Thanks, Can't closure be achieved with for loop? for(var i=0; i<scripts.length; i++){
My concern is: Does $.each process the "scripts" array items in the exact order they are in the array?
Thanks, Can't closure be achieved with for loop? for(var i=0; i<scripts.length; i++){
My concern is: Does $.each process the "scripts" array items in the exact order they are in the array?