Ad Code

✨🎆 Codex 1.0 PLACEMENT READY PROGRAM! 🎆✨

Get 75% Discount Early bird offer CLICK to JOIN CodeX 1.0 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