$("#anaylseBody tr").find("td:eq("
+ $("#analyse th:contains(" + $(this).val() + ")").index()
+ ")").hide();
(“#anaylseBody tr”) find as a base
$("#anaylseBody tr td") In the final td As the foundation
Different ranges
$("#anaylseBody tr").find("td:eq("
+ $("#analyse th:contains(" + $(this).val() + ")").index()
+ ")").hide();
(“#anaylseBody tr”) find as a base
$("#anaylseBody tr td") In the final td As the foundation
Different ranges