I have a client with an original iPad and what I noticed is that it doesn't support the .bind method.
Q: If my boss insists on supporting IOS 5.1.1, is there an alternative to passing variables to a callback? I don't think I can simply put the variable into the global scope because, if I'm in a loop, the variable that I set might overwrite the same variable that the callback is looking for.