Skip to content

Instantly share code, notes, and snippets.

@dardub
Created February 21, 2012 23:08
Show Gist options
  • Save dardub/1879681 to your computer and use it in GitHub Desktop.
Save dardub/1879681 to your computer and use it in GitHub Desktop.
function style_forms() {
var ua = $.browser;
if (!(ua.msie && ua.version.slice(0,1) == "7"))
{
$('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