jQuery NewBie Questions: What's the deal with $(document).(ready) ?

Posted by Rachel on Stack Overflow See other posts from Stack Overflow or by Rachel
Published on 2010-04-14T15:11:58Z Indexed on 2010/04/14 15:13 UTC
Read the original article Hit count: 208

Filed under:
|

Hello,

I am newbie to jQuery, just trying to learn it since last couple of days. In my office, there are few experience JavaScript Developer and they work mainly with jQuery for all their needs and whenever I got and talk to them to get some better understanding of how jQuery works and first they say is that on $(document).(ready) you do this and on $(document).(ready) you do that.

So my main question is What is the $(document).(ready) and how does it really works ?

Any inputs would be highly appreciated.

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about JavaScript