Is there a great way to include the cancellation (or again) button next to a form that is essentially
For example,
- is a user's account and wants to change its username.
- In the form they come, see that the input field has the username population: joeuser
- they start editing the area and change their mind
-
possible with the support of too much hacking ? I thought HTML5 History API can be used in some way for this.
You can use jQuery: $ ("#FormId") [0]. Reset ();
No comments:
Post a Comment