I wonder if anyone knows a jQuery plugin that meets the following characteristics:
- It show a list of images.
- This list can be paged (to avoid the scroll bar appears).
- It can select multiple images (with checkbox or in other way).
I found options like these:
-
multiselect: but it contains the scrollbar and the resulting size is too small, I need adjust better size (especially in width).
-
fcbklistselection: it has similar “disadvantages”.
Thanks in advance.
I found a solution to my problem. The smartpagination jquery plugin allows to include “elements” that can be set on demand, in my case, the checkbox and the image (contained in a li), with the dataelement option.