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  

This message Shows errors and prevents any pop ups

How to solve it I

  $ (" # dialog ") before using it Get started.   

please click on this link Take a look


Comments

Popular posts from this blog

apache - 504 Gateway Time-out The server didn't respond in time. How to fix it? -

c# - .net WebSocket: CloseOutputAsync vs CloseAsync -

c++ - How to properly scale qgroupbox title with stylesheet for high resolution display? -