81,123
社区成员




$('#dialog').dialog({
autoOpen: false,
width: 600,
buttons: {
"Ok": function() {
//TODO Do something
$(this).dialog("close");
},
"Cancel": function() {
$(this).dialog("close");
}
}
});
详细出处参考:http://www.jb51.net/article/23929.htm
theme="alphacube"