Tagged Questions
1
vote
1answer
308 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')
...