Response title
This is preview!
I got this code. Works like a charm on IE (7/8) and FireFox (3 and 4b8)<script type="text/javascript" src="scripts/jquery-1.4.2.js"></script><script type="text/javascript">
jQuery.noConflict();
jQuery(document).ready(
function () {jQuery("input[type=radio],input[type=checkbox]").focus(function () {
//CleanUp
jQuery("div").removeClass("brownBox");
jQuery("input[type=text],input[type=password]").removeClass("inactiveTextBox");
//End Cleanup
});
});
</script>
Now, in Chrome (10.0.628.0 dev) it does not work. I've also tryed with other Chrome versions
and the result is the same.
© 2013 jQuery Foundation
Sponsored by and others.