Skip to content

Instantly share code, notes, and snippets.

@JumboLove
Created August 28, 2013 18:20
Show Gist options
  • Select an option

  • Save JumboLove/6369415 to your computer and use it in GitHub Desktop.

Select an option

Save JumboLove/6369415 to your computer and use it in GitHub Desktop.
Disable autocomplete
// disables browser auto completion for the given element
disableAutoComplete: function(selector) {
jQuery(selector).attr("autocomplete", "off");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment