> Can't closure be achieved with for loop?
> for(var i=0; i<scripts.length; i++){

No.

> Does $.each process the "scripts" array items in the exact order they are in 
> the
> array?

Yes.

Reply via email to