It looks like a very simple questions, but I could not find anywhere, so:
How do I return the caller element in Jquery?
$("div#myid").foo(); //I want to return exactly "div#myid"
Thanks
|
|
|
Try this:
|
|||||
|
|
|
I'm going to assume that you declared
If so, all you have to do is
|
|||
|
|
you may also use this approach
|
|||
|
|
|
first update foo function
now you can call it from any where with any of the following calls
|
||||
|
|