';$(obj).dialog({title:"oktemplate",buttons:{"确定":function () {alert("ok") },"取消":function () {alert("cancel") } },});});$("#js_alert").on("click",function () {jAlert('www.oktemplate.com',function () {alert("确定的回调");},"jQueryfuns");});$("#js_confirm").on("click",function () {jConfirm('www.oktemplate.com',function () {alert("确定的回调");},"oktemplate");});$("#js_prompt").on("click",function () {jPrompt('请输入oktemplate的网址','http://www.oktemplate.com',function (event,val) {alert(val);},"jQueryfuns");});$("#js_wait").on("click",function () {jWait('数据加载中');});