Skip to content

Instantly share code, notes, and snippets.

@treffynnon
Created August 9, 2010 18:55
Show Gist options
  • Save treffynnon/515910 to your computer and use it in GitHub Desktop.
Save treffynnon/515910 to your computer and use it in GitHub Desktop.
Firefox with Radio Inputs and it's Annoying Autocomplete
if($.browser.mozilla) {
$("form").attr("autocomplete", "off");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment