Reload the page to get source for *.js in firebug console

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
8 yıl önce
in my project when first time page load that time my code in document.ready is not execute but after second time load it work perfect. why it happen i can't understand about it.

Now what can i do. I dont know the way to solve this problem.

check this error in picture
8 yıl önce
are you getting any error on console when first time load ??

have you try to add loging using Console.Log("") in document.ready() to check its calling or not
8 yıl önce
i try this one also but i don't  get any error in my console tab.
8 yıl önce
try this one also but i don't  get any error in my console tab.i put alert message in my document.ready function but its not work..
8 yıl önce
Help me to resolve this one issue.
8 yıl önce
it seems like your JS is not loading somehow on first time load.

are you using the ajax call to load the js or render whole view using ajax call and your document.ready is on that views??
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.