[jQuery] Re: jqmodal Ajax issue

2009-03-30 Thread Tad
OK, I've tried the onShow and no dice. I keep getting errors that are more of an issue than the ones I'm trying to avoid. So for now I'm just going to have to live with it as is and try to make sure no one uses those links with my .pop-up class. Thanks for your input Alexandre. On Mar 25, 2:55 

[jQuery] Re: jqmodal Ajax issue

2009-03-25 Thread Alexandre Plennevaux
1/ i would make sure the div exist before initalising the jqModal, so add the jqm initialisation to your createDiv function or through a callback executed when the createDiv is done.2/ for your specific question: your check is incorrect. The good use would be to use jqmodal onShow() callback and