What is $(document).ready() in Jquery?
document:- container which contain all HTML element
ready():- it is the predefined method which is used to call function under jquery ready state ,ready state will be called before load state.
$ ---> it is access operator of Jquery .
<div><div>
$(div).html()
$(this).click()
$(document)
Jquery Life Cycle With Diagram
document:- container which contain all HTML element
ready():- it is the predefined method which is used to call function under jquery ready state ,ready state will be called before load state.
$ ---> it is access operator of Jquery .
<div><div>
$(div).html()
$(this).click()
$(document)
Jquery Life Cycle With Diagram
POST Answer of Questions and ASK to Doubt