我正在使用jquery弹性网格插件来显示缩略图网格中的图像并展开预览。它在绑定静态图像时工作得很好,但是我在动态附加图像时会收到“标记未定义”等错误。
有人可以帮忙解决此错误吗?
示例代码:
$("#elastic_grid_demo").elastic_grid({
'showAllText': 'All',
'filterEffect': 'popup', // moveup, scaleup, fallperspective, fly, flip, helix , popup
'hoverDirection': true,
'hoverDelay': 0,
'hoverInverse': false,
'expandingSpeed': 500,
'expandingHeight': 500,
'items':
[
{
'title': 'ABCD',
'description': 'Lorem ipsum dolor sit amet.',
'thumbnail': ['/Images/CatalogImage/user_196/148/ThumbImage/myprofile_2014123017329999.png'],
'large': ['/Images/CatalogImage/user_196/148/OriginalImage/myprofile_2014123017329822.png'],
'button_list':
[
],
'tags': ['Self Portrait']
}
]