Reputation: 152637
is there a valid way to enable support of :focus
on form elements in IE also?
Upvotes: 0
Views: 56
Reputation: 186562
Not without scripting. $(el).focus(function(){})
and don't forget blur
http://james.padolsey.com/javascript/fixing-focus-in-internet-explorer/
Upvotes: 2