|
I am using modal dailog box from jquery UI. I want to give ajax call to display the content in my dailog box. $(function(){
});
}); now, when i click on the link it displays the content in the modal dailog box as expected. but when i close that dailog box and again click on the same link then that dailog box is not coming. I tried to give alerts in between. When i refresh the page and click the link then it works as expected. |
|
Try that way:
Or take a look at: http://pupunzi.open-lab.com/mb-jquery-components/mb-containerplus/ |


