I have the following javascript list, each item in this list has a script file url and a callback function, what i want to do is to iterate through this list, ...
How can I properly execute the function f when the each iteration has finished so I can count the elements with that particular class?
This gives 0 instead of 16;