1
vote
1answer
40 views
jQuery animation won’t run on one element
I have the following jQuery code which runs when I'm clicking an option in a select box:
$('#name, #account, #kid')
.attr('disabled', 'disabled')
.css('background-color', '#ffffcc')
…
4
votes
1answer
144 views
JQuery color animations not firing reliably
I'm having a problem using the jquery hover events. I've created a reduction of the problem. You can find a working demonstration here. I can reproduce this after moving the mouse around in IE, …
