On Sat, Aug 22, 2009 at 5:13 PM, MorningZ<morni...@gmail.com> wrote:
>
> "The confusing bit is that you're instructing jQuery to make an AJAX
> request for each LI *as the page is loading*"
>
> That is not true, as inside
>
> $(function() {
>   ...
>   ...
>   ...
> })
>
> the page is already "ready", all the <li>'s will be where they should
> be

I realise that; it was a poor choice of words. What I meant was that
the AJAX requests will be fired--for each LI jQuery finds--at the time
the page loads and without any user input. I wonder if the OP really
wants this behaviour.

Reply via email to