$(document).ready(function() { $('table tbody tr td').click(function() { $(this).parent().toggleClass('highlight'); }); });