我想知道是否有人知道符合以下特征的 jQuery 插件:
- 它显示图像列表。
- 这个列表可以分页(避免出现滚动条)。
- 它可以选择多个图像(带有复选框或以其他方式)。
我找到了这样的选项:
multiselect:但它包含滚动条并且结果尺寸太小,我需要调整更好的尺寸(尤其是宽度)。
fcbklistselection:它有类似的“缺点”。
提前致谢。
我想知道是否有人知道符合以下特征的 jQuery 插件:
我找到了这样的选项:
multiselect:但它包含滚动条并且结果尺寸太小,我需要调整更好的尺寸(尤其是宽度)。
fcbklistselection:它有类似的“缺点”。
提前致谢。
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.