Skip to content

Instantly share code, notes, and snippets.

@xcv58
Created November 11, 2015 22:59
Show Gist options
  • Select an option

  • Save xcv58/1b517f5f62db41bde417 to your computer and use it in GitHub Desktop.

Select an option

Save xcv58/1b517f5f62db41bde417 to your computer and use it in GitHub Desktop.
Instant search for LeetCode
$('#searchText').on('input propertychange paste', function() {
$(this).trigger(jQuery.Event('keyup', {which: 13, keyCode: 13}));
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment