I\'m Trying to Hide an div with all TD But Only hide the text into the div and no hide the TD tags somebody know how to fix this? My Code is:
jQuery Code:
Try: $('.rand_code').hide(); or $("#default_results td").hide();
$('.rand_code').hide();
$("#default_results td").hide();