Is there a way to get JavaScript this from jQuery this?
feedback
|
|
your challenge may be determining or controlling what | |||||||||||
feedback
|
|
There is:
Within such a closure, If you already got a jQuery object and need to get the
or
Since jQuery objects are General - what is
| |||||||||||||
feedback
|
|
I don't really understand what you're asking for here, but I'll give it a shot. Firstly, remember that jQuery is just a series of functions written in Javascript. The Perhaps you want to get the actual DOM element instead of the jQuery object? You can use
| |||
|
feedback
|