/** * Created by 7d-vision on 2016/11/7. */ (function ($) { $.buildForm = function ( formObj ) { var formHtml = '
'; formHtml += '
'; return formHtml; }; function buildInput( inputObj ) { } function buildButton( buttonObj ) { } function buildTextarea() { } function buildSelect() { } function buildEditors() { } function buildUpload() { } function buildCode() { } })(jQuery);