Link to home
Start Free TrialLog in
Avatar of haloexpertsexchange
haloexpertsexchangeFlag for United States of America

asked on

How do I freeze a table column in jquery?

Using asp and jquery, how to I go about freezing a table column using jquery?
Avatar of leakim971
leakim971
Flag of Guadeloupe image

Not sure but try (0 for the first one) :

$("td:eq(0)").css({"height":100, "width":100});
Hi,

could it be somthing similar to my final answer here : https://www.experts-exchange.com/questions/26936662/jqury-table-whit-fix-header.html ?  

:D
ASKER CERTIFIED SOLUTION
Avatar of haloexpertsexchange
haloexpertsexchange
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
could you post it?
Avatar of haloexpertsexchange

ASKER

obtained answer elsewhere