Skip to content

Instantly share code, notes, and snippets.

@EHLOVader
Forked from dardub/gist:1879681
Created February 22, 2012 00:07
Show Gist options
  • Save EHLOVader/1880058 to your computer and use it in GitHub Desktop.
Save EHLOVader/1880058 to your computer and use it in GitHub Desktop.
function style_forms() {
var ua = $.browser;
if (!(ua.msie && ua.version.slice(0,1) == "7"))
{
$('select, input:checkbox, input:radio').livequery(function(){
$(this).uniform();
});
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment