Skip to content

Instantly share code, notes, and snippets.

@NickToye
Created April 18, 2012 13:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NickToye/2413569 to your computer and use it in GitHub Desktop.
Save NickToye/2413569 to your computer and use it in GitHub Desktop.
<fieldset class="col span_12">
<input type="submit" class="btn" onclick="return $(this).getForm().sendRequest('profile:on_updatePassword', {
extraFields: {'no_flash': true},
onSuccess: function() {
alert('Done');
}
})" value="Save" />
</fieldset>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment