可视化拖拽创建表单的jQuery插件:jQuery Formbuilder
这个插件能够让你可以用可视化拖拽的方式创建表单。
用法
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(); });
本文由用户 jopen 自行上传分享,仅供网友学习交流。所有权归原作者,若您的权利被侵害,请联系管理员。
转载本站原创文章,请注明出处,并保留原始链接、图片水印。
本站是一个以用户分享为主的开源技术平台,欢迎各类分享!