通过拖放的方式创建表单 jQuery formBuilder

码农软件 · 软件分类 · jQuery表单及相关 · 2019-12-22 15:29:09

软件介绍

jQuery formBuilder,一个jQuery插件,能够通过拖放的方式创建表单。

运行效果:

使用:

jQuery(document).ready(function($) {
  'use strict';
  var editor = document.getElementById('fb-editor');
  $(editor).formBuilder();
});

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

Practical Django Projects, Second Edition

Practical Django Projects, Second Edition

James Bennett / Apress / 2009 / 44.99

Build a django content management system, blog, and social networking site with James Bennett as he introduces version 1.1 of the popular Django framework. You’ll work through the development of ea......一起来看看 《Practical Django Projects, Second Edition》 这本书的介绍吧!

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试