Quote:
Originally Posted by kovidgoyal
My guess is that $(document.ready) is never being called, because the javascript is no loaded after that event fires. Try just putting your code at the top level
|
But it is being called. The sequence seems to be like this:
1-document flow is loaded
2-a javascript aware document is rendered. One can test it using $(document).ready(function(){ alert('ready fired'); });
3-javascript is unloaded
4-document is rendered again
5-javascript is loaded
But all this is only important if it was some bug, otherwise please ignore it.
I’m simply sorry that can not contribute more…