Grid Editor可视化 JavaScript 编辑器
Grid Editor 是 Bootstrap 网格系统的可视化 JavaScript 编辑器插件。
示例代码:
$('#myGrid').gridEditor({ row_tools: [{ title: 'Set background image', iconClass: 'glyphicon-picture', on: { click: function() { $(this).closest('.row').css('background-image', 'url(http://placekitten.com/g/300/300)'); } } }] });
评论