Brice Burgess wrote:
> Arne,
> Use the "autofire" parameter to accomplish this. When the autofire
> parameter is passed as TRUE, jqModal will automatically execute the
> "open" function (assigned to the triggers) WITHOUT having to click a
> trigger. E.g.
>
> $('#notice').jqm({autofire:true}); // will open #notice as soon as this
> code is evaluated
>
> TO BE SAFE; I recommend encasing this in a $().ready() function --
> that way you can be sure the triggers & dom elements, & whatever else
> jqModal needs is in place.
>
> ~ Brice
>
> _______________________________________________
> jQuery mailing list
> [email protected]
> http://jquery.com/discuss/
>
Thank you, just what I needed :-) Combined with a session cookie jqModal
is the way to solve my problem now, thx :-)
Greets,
Arne
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/