Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Apr 24th, 2012  |  syntax: jQuery  |  size: 0.18 KB  |  hits: 26  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1.             $('#SearchText').bind('keypress', function (e) {
  2.                 if (e.which == 13) {
  3.                     Search.buildSearchURL();
  4.                 }
  5.             });