![]() |
#1 |
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? |
![]() |
![]() |
![]() |
#2 |
Registered User
Join Date: Nov 2013
Posts: 92
|
Hi Jack,
you can use :nth-child() Selector in jQuery. $(document).ready(function() { $('tr td:nth-child(1)').hide(); } Where 1 is the column number to be hidden. |
![]() |
![]() |
![]() |
#3 |
Registered User
Join Date: Sep 2014
Posts: 122
|
free project for computer engineering student
here i know some of the project that help you in building, creating, submitting project. free to download and use this project as final year project. __________________________________________________ ________ http://siteownersforums.com/t53434-design-patterns.html project download | php projects free download | vb projects | mini project in java with source code | project on library management system | student attendance management system project in php | round robin algorithm in c | online voting system project http://siteownersforums.com/t53434-design-patterns.html http://siteownersforums.com/t57252-b...va-applet.html Last edited by project; 10-19-2015 at 02:29 PM.. |
![]() |
![]() |
![]() |
#4 |
Registered User
Join Date: Oct 2014
Posts: 1,401
|
$(".classname").hide();
__________________
RO Plant | RO Water Filter | RO Membranes | Water Vending Machine | RO Spare Parts | Water Treatment Plant | Toray Membrane |
![]() |
![]() |
![]() |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Definitive Javascript to hide email address? | ncjbhd | Javascript | 2 | 06-09-2014 05:27 AM |
Free Awesome jQuery Count Down/Up Timer Scripts | JavaScriptBank | Javascript | 0 | 04-09-2013 06:09 AM |
jQuery Plugins | Webmastergrace | Web Promotion | 0 | 09-27-2012 09:23 PM |
Problem with jquery and WP | ArtphotoasiA | Javascript | 4 | 04-02-2012 04:38 AM |
Looking For Jquery Expert! Need To Install Videolightbox on My Site $$ | shakemelikeapig | Wanted | 0 | 02-16-2012 02:25 PM |