Jquery Split Content Based On Height
I have lot of data on page and I want to make it book style, instead of splitting the content based tags (div element), I want to split them based on height. Can anybody please tea
Solution 1:
Shishant: The following plugin will have some solution for your problem. please check http://welcome.totheinter.net/columnizer-jquery-plugin/
Download the plugin and check the sample9.html demo. You might looking for the same I guess.
Solution 2:
You should look into using CSS3 Columns. It should do this very nicely for you. Of course, the only issue is that it has terrible support in IE.
Solution 3:
Take look at CSS multicolumn layout. Works on IE too.
Post a Comment for "Jquery Split Content Based On Height"