$( '#mytable button' ).click( function( event ) {
id like to animate it. so on .click
it will do .parents('tr').css('background-color', '#3c3c3c')
and stay that color.
Possible? I am new to jquery, still completing classes. Sorry for the dumb question, but its easy points if someone gives me a helpful answer. Maybe point me to a resource that explains how to structure the code when adding multiple actions.
How do I add more? $( '#mytable button' ).click.css(here?)( function( event ) {