Jitendra Vyas
Jitendra Vyas

Reputation: 152637

is there a way to enable support of :focus on form elements in IE also?

is there a valid way to enable support of :focus on form elements in IE also?

Upvotes: 0

Views: 56

Answers (1)

meder omuraliev
meder omuraliev

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

Related Questions