Created
November 11, 2015 22:59
-
-
Save xcv58/1b517f5f62db41bde417 to your computer and use it in GitHub Desktop.
Instant search for LeetCode
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $('#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