可视化 JavaScript 编辑器 Grid Editor

码农软件 · 软件分类 · 其他jQuery插件 · 2020-01-03 23:13:14

软件介绍

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)');
            }
        }
    }]
});

本文地址:https://codercto.com/soft/d/22609.html

Understanding Computation

Understanding Computation

Tom Stuart / O'Reilly Media / 2013-6-3 / USD 39.99

Finally, you can learn computation theory and programming language design in an engaging, practical way. Understanding Computation explains theoretical computer science in a context you'll recognize, ......一起来看看 《Understanding Computation》 这本书的介绍吧!

HTML 编码/解码
HTML 编码/解码

HTML 编码/解码

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具