Select from following answers:- next()
- last()
- first()
- parent()
- All Above
In the group of matched elements this first() method is used to find the element
example :
<script>
$("div li").first().css("border", "5px solid blue");
</script>
Show Correct Answer
Asked In: spotted |
Alert Moderator