| Issue 283: | How can a (loading) page automatically be opened in a nyroModal popup ? | |
| 2 people starred this issue and may be notified of changes. | Back to list |
|
Hi, On your nyroModal plugin page (http://nyromodal.nyrodev.com/indexFr.php), you say it's possible to open a nyroMmodal popup on a onLoad page event ? The problem is that I don't know how to do that ? Does an example (when the page is loading, it's automatically opening in a nyroModal popup) exist ? Thanx and bonne continuation. Pol Waser
Jul 23, 2009
Thanx, it helped me a lot ! Best regards. Pol Waser |
||||||||
you could use this code: $(function() { $.nyroModalManual({ url: 'YOUR URL' }); }); of course, you could set as many as setting you need.