Any global variable to tell page is loaded completely
I am creating a package which is in jquery.
Is there any global watcher or variable which can tell that the page content is loaded completely in content editor.
As I cant load all textareas on document.ready because the content template loading is in process.
So can anyone help in this regard, how can we check if complete page is loaded.
Any global variable to tell page is loaded completely
I am creating a package which is in jquery. Is there any global watcher or variable which can tell that the page content is loaded completely in content editor. As I cant load all textareas on document.ready because the content template loading is in process.
So can anyone help in this regard, how can we check if complete page is loaded.
Hi Amna
What version of Umbraco are you using?
Umbraco backend is made with AngularJs, and jQuery are not a suitable framework for creating packages at all.
Thanks,
Alex
Umbraco 7. I know but we are still trying to make it happen.
is working on a reply...