1 validatebox
賦值:$("#inputname").val('1212');
取值:$("#inputname").val();
專注于為中小企業(yè)提供成都做網(wǎng)站、網(wǎng)站建設(shè)服務(wù),電腦端+手機(jī)端+微信端的三站合一,更高效的管理,為中小企業(yè)魚峰免費(fèi)做網(wǎng)站提供優(yōu)質(zhì)的服務(wù)。我們立足成都,凝聚了一批互聯(lián)網(wǎng)行業(yè)人才,有力地推動(dòng)了上1000家企業(yè)的穩(wěn)健成長,幫助中小企業(yè)通過網(wǎng)站建設(shè)實(shí)現(xiàn)規(guī)模擴(kuò)充和轉(zhuǎn)變。
2 combobox
賦值:$('#city').combobox('setValue', '北京');
取值:$("#city2").combobox("getValues");
3 numberbox
賦值:$('#nn').numberbox('setValue', 12.12);
取值:$('#nn').numberbox('getValue');
4 datebox
賦值:$("#begindate").datebox('setValue', '2014-9-12');
取值:$('#begindate').datebox('getValue');