文件名称:jquery-ui.custom
文件大小:1.7MB
文件格式:ZIP
更新时间:2016-09-16 02:51:53
jquery ui
jquery控件 $( "#dialog" ).dialog({ autoOpen: false, width: 400, buttons: [ { text: "Ok", click: function() { $( this ).dialog( "close" ); } }, { text: "Cancel", click: function() { $( this ).dialog( "close" ); } } ] });