View Single Post
Old 01-06-2014, 05:40 AM   #2
alligatortek001
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.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
alligatortek001 is offline   Reply With Quote