Which is the correct jQuery selector to select the first HTML element?
Options:
Explanation:
The
$("element_name:first") selector is used to select the first HTML element.
Tags:
jQuery
Answer:
Which is the correct jQuery selector to select the first HTML element $("element_name:first").