| Issue 173: | container links does not activate nyroModal | |
| 2 people starred this issue and may be notified of changes. | Back to list |
|
I try to use next construction from usage manual, but it doesn't work
correctly - nyroModal not activates
$('#container a').nyroModal();
Please help me. I use nyroModal 1.4.1 version.
Example you can find here
http://www.ndt.sp.ru/demo2.html
|
||||||||
Your code is executed because the whole page is loaded. Write it like that: $(function() { $('#container a').nyroModal(); }); And it'll work.