Ad Code

✨🎆 Diwali Dhamaka Offer! 🎆✨

Get 20% OFF on All Courses at Shiva Concept Solution click

$(document).ready() in Jquery?

                        

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










Post a Comment

0 Comments