View Single Post
Old 06-12-2013, 10:37 PM   #1
Jack Hard
Registered User
 
Join Date: Dec 2012
Posts: 25
How do hide a column using JQuery?

Want to hide specifically two columns in a table using JQuery. The following code to do it:

$(".classname").hide();

But the thing is the same class name is used in all other columns in that table. So all the columns are getting hidden when I execute this JQuery.

Is there any other way to hide only those two columns?
Jack Hard is offline   Reply With Quote