| Issue 199: | NyroModal inside Ajax-Request | |
| 2 people starred this issue and may be notified of changes. | Back to list |
|
Hello I wanted to load a nyroModal for the content loaded by an ajax
httpinside request. I have learned that javascripts will not be executed
or loaded. I tried the eval() function and the method to load javascript
files on demand to the header, also I have all necessary files in the
mainsite header, but nothing works. With does methods I can not get
nyroModal to work, but I have tested these methods with a simple alert
("test"). in script and file and that worked fine.
Please help.
thanks
|
||||||||
once your ajax is loaded and inserted in your html page, just do something like: $('#container .nyroModal').nyroModal(); and it should work. If you need more help, plese provide your code.