$(window).load(function(){ $('.tablesorter-hasChildRow td.collapsed').html(''); $('.tablesorter-hasChildRow td.collapsed').click(function(){ $(this).html(''); }); $('.tablesorter-hasChildRow td.expanded').click(function(){ $(this).html(''); }); });