Advertisement
ManZzup

Make jQuery Mobile form submit using the 'Go' button in the

Dec 21st, 2014
482
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.22 KB | None | 0 0
  1. <form action="#" onsubmit="formStuff()">
  2.     <input type="text" id="txtUser" placeholder="username" />
  3.     <input type="password" id="txtPwd" placeholder="password" />
  4.     <input type="submit" value="Login" />
  5. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement