Skip to content

Instantly share code, notes, and snippets.

@insightcoder
Created October 7, 2017 04:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save insightcoder/ccceb431ea24a64c68b798c2e5919873 to your computer and use it in GitHub Desktop.
Save insightcoder/ccceb431ea24a64c68b798c2e5919873 to your computer and use it in GitHub Desktop.
function submit_lookup() {
var lookup_obj = $("#lookup");
var search_term = lookup_obj.val();
lookup(search_term);
if (!isMobile.any)
lookup_obj.focus();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment