$('input[type=radio]').bind("focus", function () { $('input[type=radio]').each(function (item) { $(this).removeAttr("id"); }); $(this).attr("id", "whatever"); });
No comments:
Post a Comment