Which is the correct jQuery selector to select current HTML element?
Options:
Explanation:
The
$(this) selector is used to select current HTML elements.
Tags:
jQuery
Answer:
Which is the correct jQuery selector to select current HTML element $(this).