Rermabralge
New Member
I am working with one of the jQuery Modal Window as shown in this tutorial.It works fine with the basic example but when i make changes to show the Modal window on page load then it does not work, It even blocks the link \[code\]<a href="http://stackoverflow.com/questions/14050659/#dialog" name="modal">Simple Modal Window</a>\[/code\] from showing popup modal if clicked on.I have example on jsFiddleI am not sure what i am doing wrong.I simply want simple modal window to show up on page load event.\[code\]launchWindow('#dialog'); // does not work as shown in that tutorial\[/code\]