Skip to content

Instantly share code, notes, and snippets.

@ahmadnaser
Created July 3, 2014 13:25
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 ahmadnaser/f8ac6414c4df5a4a505c to your computer and use it in GitHub Desktop.
Save ahmadnaser/f8ac6414c4df5a4a505c to your computer and use it in GitHub Desktop.
Match any part of id in jquery
$('#InsuranceCompany, input[id^="InsuranceCompany-"]').typeahead(typeahead.data);
<input type="text" class="upme-input tt-query" name="InsuranceCompany-2" id="InsuranceCompany-2" value="" />
<input type="text" class="upme-input tt-query" name="InsuranceCompany-2" id="InsuranceCompany-24" value="" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment