[jQuery] Show/hide multiple TDs with one function?
Hi.
I have a table with multiple TDs (with different classes) that I want
to toggle (show/hide) with one function, from checking different
checkboxes that relate to the different TDs.
I'm thinking I should pass a variable to the function (from each
checkbox) which then show/hides the different TDs using their class
names, based on the variable passed. But I'm new to jQuery, so does
anyone have a tip for how this could be done?