I have web page in which one part is changed dynamically (clock on menu item). I use JQuery in both pages - main - and dynamic and use function on document ready. I cannot use use only in main webpage -because some elements appear only after load internal page. So question is: Will be function onDocumentReady executed only in internal page or in both? Thanks.
feedback
|
|
If you're using an AJAX call to load your new content, then you'll have to use
| |||
|
feedback
|