Guest User

Untitled

a guest
Apr 24th, 2012
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
jQuery 0.18 KB | None | 0 0
  1.             $('#SearchText').bind('keypress', function (e) {
  2.                 if (e.which == 13) {
  3.                     Search.buildSearchURL();
  4.                 }
  5.             });
Advertisement
Add Comment
Please, Sign In to add comment