jQuery.ready is executed when the main document is loaded completely.
Loading markup from a separate AJAX call from the main document is not
included. As ken mentioned, option #2 is probably the best way to go.
#1 will not always work (might not even work at all) because you're
racing against the
#2 will probably be your best bet. I am pretty sure that if the page
you're retrieving has blocks, they'll be parsed out and
inserted into the of the document -- before the actual HTML is
injected into the .
On Apr 23, 9:30 am, Brandon wrote:
> Greetings A
2 matches
Mail list logo