Hi All, Let's say we have the following set up where doSomething is a function:
$("h1, h2, h3").doSomething();
How can one identify which tag is currently having something done to it?
Thanks
Hi All, Let's say we have the following set up where doSomething is a function:
$("h1, h2, h3").doSomething();
How can one identify which tag is currently having something done to it?
Thanks