javascript - JQuery pop up dialog can not open -
I use jqueryui / 1.9.2 / jquery-ui.min.js
for popup Using the dialog This is my code
$ ("# button_id"). ("Click", function () {$ ("# dialog"). Dialog ("open");})
When I click on the button for the first time, Pitcher is in the form of normal, but after the dialog is closed. From this I click on it again, it shows the message like this
Error: Before you start, you can not call the method on the dialog; Attempted to call the 'open' method in the image
How to solve it I
$ (" # dialog ") before using it Get started.
please click on this link Take a look
Comments
Post a Comment