I want to know can we apply jQuery on JavaScript objects.
I had few images declared in JavaScript and I want to apply jQuery to give some nice effects, I read somewhere that jQuery produces different sought of objects and to apply jQuery I had to declare my image as div class or in css. Is it true?
In addition to a CSS selector, jQuery’s
$function can also take a DOM element.