您的位置:首页 > Web前端 > JQuery

jQuery UI dialog插件出错信息:$(this).dialog is not a function

2014-05-23 15:53 585 查看
使用jQuery UI 1.7.2 dialog插件,遇到这样的错误:
 



    $("#dialog").dialog({  

        width: 480,  

        height:"auto",  

        resizable: ,  

        draggable: ,  

        modal: ,  

        position: "center",  

        autoOpen: ,  

        dialogClass: "dialog",  

        buttons: {"关闭":(){  

        $().dialog("close");  

        }}  

    });  

      

    $("#chglogpwd").bind("click",(){  

       …………………………………………………………………………
详细请点击:http://www.verydemo.com/demo_c110_i13121.html
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: