我正在使用 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']
}
]