jQuery dialog popup

后端 未结 6 1853
孤街浪徒
孤街浪徒 2020-12-14 07:34

I am trying to get this dialog popup form to show up when this link is clicked but it does not work for me. I\'ve been working on this for the past three hours and this is g

6条回答
  •  死守一世寂寞
    2020-12-14 08:16

    You can check this link: http://jqueryui.com/dialog/

    This code should work fine

    $("#dialog").dialog();
    

提交回复
热议问题