Is this your company?
If you had a nested jQuery function and the second function's "this" scope is independent of the parent function, how would you pass the parent function's "this" to the second function?
Anonymous
You make the second function nested by making it a parent of another function (that actually has your code) and the second function now becomes an executable function passing the argument "this" to the parameter which is now in the scope of the third nested function.
Check out your Company Bowl for anonymous work chats.