adding a column dynamically and hiding the first column like jquery slider ..
Posted
by
paul
on Stack Overflow
See other posts from Stack Overflow
or by paul
Published on 2010-12-30T00:48:48Z
Indexed on
2010/12/30
0:54 UTC
Read the original article
Hit count: 256
I have a html page with 10 columns but I don't have show all in same page instead I have to show only 4 column moreover I have to render those column on a button click call add column. What is the best approach to render 1-4 column first ? Fist column render first and on clicking button say add will render 2nd column , than 3rd and fourth. Now when i will load 5th column ...I will have to hide 1st column so that i will accommodate 4 columns but data inside that column will stay ....my limit is to show 4 column at a time and hiding leftmost ....
any helpful javascript or jquery advice will be appreciated ..thanks!
© Stack Overflow or respective owner