I want to change the background color after clicking
This is my HTML code
...
Here's the code in jQuery:
$("td").click(function() { $(this).css("background-color","#ABCDEF"); });