사용자 정의 확장 속성 설정 및 디스플레이 레이아웃

var rooturl = "../../jsonHttpServlet?channelNo=1";
var GetToJson;
var LLid
function lisize(sel) {
    $('.frmb li').each(function() {
        $(this).change(function() {
            var LLid = $(this).attr('id');
            if (sel[sel.selectedIndex].value == "full") {
                $("#" + LLid).addClass('width100');
                $("#" + LLid).removeClass('width50');
                $("#" + LLid).removeClass('width30');
                $("#" + LLid).removeClass('width20');
            } else if (sel[sel.selectedIndex].value == "half") {
                $("#" + LLid).addClass('width50');
                $("#" + LLid).removeClass('width100');
                $("#" + LLid).removeClass('width30');
                $("#" + LLid).removeClass('width20');
            } else if (sel[sel.selectedIndex].value == "third") {
                $("#" + LLid).addClass('width30');
                $("#" + LLid).removeClass('width50');
                $("#" + LLid).removeClass('width100');
                $("#" + LLid).removeClass('width20');
            } else if (sel[sel.selectedIndex].value == "twenty") {
                $("#" + LLid).addClass('width20');
                $("#" + LLid).removeClass('width50');
                $("#" + LLid).removeClass('width100');
                $("#" + LLid).removeClass('width30');
            }
        });
    });
}
window.sessionStorage.removeItem('formData');
jQuery(function($) {
    var fields = [];
    var replaceFields = [];
    var actionButtons = [];
    var templates = {
        inputButton : function(fieldData) {
             return {
                 field :  '   ',
        //         onclick: function() {
        //             alert(111)
        //         }
        //     }
        // },
    };
    var inputSets = [ {
        label : ' ',
        name : 'user-details',
        id : 'llo',
        icon : '

좋은 웹페이지 즐겨찾기