jQuery NewBie Questions: What's the deal with $(document).(ready) ?
- by Rachel
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.