Advertisement
rainbowdash28

Untitled

May 12th, 2012
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. [16:38] Ganondorf: $("#id_of_textbox").keyup(function(event){
  2. if(event.keyCode == 13){
  3. $("#id_of_button").click();
  4. }
  5. });
  6. [16:38] Ganondorf: und gib <input type="text" id="id_of_textbox"> fertig :)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement