| Issue 81: | onLoad nyroModal | |
| 2 people starred this issue and may be notified of changes. | Back to list |
is there any way to make nyroModal onLoad method ? I would like to show nyroModal window on load my index.php via <body onload="init()"> or smt like that... ? |
You could do something like: $(function() { $.fn.nyroModalManual({ bgColor: '#3333cc', url: 'YourUrl.php' }); }); Or comething like that.Labels: -Type-Defect Type-Other