ahh  ...glad you informed. i take back my point and will have to relook at
jqModal...


MorningZ wrote:
> 
> 
> "something  about the way jqModal requires you to add a class to the
> link
> bugs me. Or maybe I am recalling it incorrectly"
> 
> You don't *have* to
> 
> for instance, this would would just fine   :-)
> 
> 
> 
>  Open Window 
> 
> <div id="ThisModal" style="display: none;">
> .... Modal Window Markup ...
> </div>
> 
> 
> $(document).ready(function() {
>       $("#ThisModal").jqm();
>       $("#ThisTrigger").click(function() {
>                $("#ThisModal").jqmShow();
>                return false;
>       });
> });
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Best-JQuery-pop-up-plugin.-tp19556756s27240p19560590.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.

Reply via email to