You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to open an html page with a linked js file using eModal.ajax method.
The page is loading and shown correctly but the js code inside the page is not executed.
I've notice that the Jquery(document).ready() is not called. And if I place a plain javascript inside the page is never executed.
To test i've tried with a simple
I'm trying to open an html page with a linked js file using eModal.ajax method.
The page is loading and shown correctly but the js code inside the page is not executed.
I've notice that the Jquery(document).ready() is not called. And if I place a plain javascript inside the page is never executed.
To test i've tried with a simple
<script type="text/javascript"> setTimeout(function () { console.log('initCal'); }, 1000); </script>
but even this is never called.
If I close the modal and reopen it the js in the page is executed correctly.
Edika
The text was updated successfully, but these errors were encountered: