Widget:Mailer: Difference between revisions
Jump to navigation
Jump to search
Matt Pijoan (talk | contribs) No edit summary |
Matt Pijoan (talk | contribs) No edit summary |
||
Line 12: | Line 12: | ||
}) | }) | ||
.done( function ( data ) { | .done( function ( data ) { | ||
$("emailform").html("E-mail Sent"); | $("div[name=emailform]").html("E-mail Sent"); | ||
} ) | } ) | ||
.fail( function ( res ) { | .fail( function ( res ) { | ||
Line 26: | Line 26: | ||
</script> | </script> | ||
<div | <div name="emailform"> | ||
<form> | <form> | ||
<label for="subject">E-mail Title:<br /></label><input type="text" id="subject" name="subject" /><br /><br /><br /> | <label for="subject">E-mail Title:<br /></label><input type="text" id="subject" name="subject" /><br /><br /><br /> |