Dialog box doesn't show
Dialog box doesn't show
Hello,
I've a problem to open my dialog box when I click on one of the three links.
I already tried to create the following javascript code to execute my dialog box but this last one doesn't show :
$("#lnkHeader1").click(function(){$("#dialog2").trigger("create");});
$("#lnkHeader2").click(function(){$("#dialog2").trigger("create");});
$("#lnkHeader3").click(function(){$("#dialog2").trigger("create");});
You can see the example in JSFiddle : http://jsfiddle.net/dark0502/Mpqt2/2/
It works only if I refresh the page