Guest User

Untitled

a guest
Mar 19th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. <form id="inputform"><input id="inputid" type="text">Enter</input></form>
  2.  
  3. $('#inputform').onsubmit = function(){
  4. // button colour-change code goes here
  5. };
Add Comment
Please, Sign In to add comment