SyntaxFix
Write A Post
Hire A Developer
Questions
Use the change event of the select:
$('#my_select').change(function() { $(this).parents('td').css('background', '#000000'); });