April 26, 2008
April 08 Meeting - jQuery Basics pt2
A whole component of the jQuery library is dedicated to the detection and reaction of standard browser events which are likely to occur frequently (during every visit to our page) when visitors view our pages.
One event that is used almost every time the jQuery library is engaged is the ready event. This can be used with the $(document).ready(function(){});. This will execute the code within its curly braces when the document is ready (once the page has finished loading minus images).
in eclectic Manhattan, NY. The 1-day conference (plus a 2nd day for workshop) included speakers such as Andy Clarke, Keith Robinson, Jonathan Snook, and Jeffrey Zeldman. Apart from a few technical problems with the venue it was a great conference covering lots of interesting topics about current and "future" technologies.