Columnizer-jQuery-Plugin
Columnizer-jQuery-Plugin copied to clipboard
target in pagination sample (sample 9)
The target argument doesn't appear to work when used in the pagination sample in sample 9. I created a new div with an id of "targetContent", and declared the target option in the columnize call ("target: #targetContent"). Do I also need to modify the id option in the overflow?
using the target option and the overflow option can be independent. you shouldn't need the overflow option unless you're specifying a height when columnizing.
can you post your code to a jsfiddle so it's easier for me to see what you're working with?