Select from following answers:- $(document).start()
- $(document).ready()
- jquery(document).ready()
- Both 2 & 3

- All Above
$(document).ready() is the function used to execute the starting point.It is executed after DOM loads.
And '$' is the alias of jQuery, so both the 2 and 3 are same answers.
Show Correct Answer
Asked In: Spotted while Learning |
Alert Moderator