可视化拖拽创建表单的jQuery插件:jQuery Formbuilder
jopen
9年前
这个插件能够让你可以用可视化拖拽的方式创建表单。
用法
To start building forms with this plugin simply callformBuilder()on the textarea you would like to make your editor. FormBuilder takes a number of options and is translatable through these options.
jQuery(document).ready(function($) { 'use strict'; $('textarea').formBuilder(); });