$(document).ready(function () { $('#emailinput').focus(function () { var email = $(this).attr('value'); if (email == 'myname@pattan.net') { $(this).attr('value', ''); } }); $('#subscribe_form').ajaxForm({ target: null, beforeSubmit: function (data) {}, success: function (result) { if (result['success'] == 1) { $('#subscribe_form').clearForm(); $('p.subscribe_text').after('
You will be reminded before the event starts.
'); $('ul.subscribe_errors').remove(); } else { $('p.subscribe_text').after('