$(document).ready() in Jquery?

0
                        

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










Tags

Post a Comment

0Comments

POST Answer of Questions and ASK to Doubt

Post a Comment (0)