如何使用Jquery弹性网格插件动态绑定图像

时间:2015-05-20 10:23:56

标签: javascript jquery elastic-grid

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

0 个答案:

没有答案