Skip to content

Instantly share code, notes, and snippets.

@parhammmm
Created June 3, 2012 22:45
Show Gist options
  • Save parhammmm/2865291 to your computer and use it in GitHub Desktop.
Save parhammmm/2865291 to your computer and use it in GitHub Desktop.
scrap code snippets
$(this.input)[0].selectionStart
this.wordList.push($(this.input).val().split(" ", -1));
// Space recorded start a new request
if (e.keyCode == 32){
this.wordFragment = '';
this.emptySuggestions();
return true;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment