-
JQuery
Lydon’s Web Apps Blog (Jul 13 2008) Explore Article
July 14, 2008, 12:45 am Filed under: Uncategorized is a quick, succinct, Javascript Library simplyfies how you nevigate HTML documents and add AJAX interactions to your web pages. Minify is the process of removing all unnecessary characters from source code, without changing its functionality. $(document).ready(function(){ // Your code here }); The above code simly executes a function when the page has finished loading. The ready event checks the document and ... (Read Full Article)
Comment on Article Mentions: JavaScript library






Recent Comments
joew » Partial Functions in JavaScript
This is a fascinating article, partial function application is a really useful technique John's ...
pawan » Google
Here are two other similar products which I bookmarked in the past: http://www.maani ...
See all recent comments