15 - John Resig (1.4.1 - 1.4.2)
We talk with John Resig about jQuery 1.4.1 and jQuery 1.4.2 as well as what's ahead in jQuery 1.4.3 and beyond.
Host: Ralph Whitbeck & Elijah Manor.
Interview
This week Elijah and Ralph talked with John Resig about details from the recent jQuery 1.4 point releases. We also get updates on the next point releases and other features that are in the works.
- Two point releases have been released since Jan 14
- jQuery 1.4.1
- Blog post
- Notable Bugs (25 bugs closed)
- jQuery 1.4.2
- Blog post
- Delegate/Undelegate
- “Event Delegation with jQuery” by Brandon Aaron
- Video of John Resig talk at the first jQuery Boston Meetup (YouTube)
- Performance Improvements (2x speed in the task speed test suite)
- Events Rewrite
- “jQuery Click Outside Plugin” by Ben Alman
- Notable Bugs (40 Bugs closed)
- jQuery 1.4.3
- .bind(“click”, false) – shortcut for .bind(“click”, function() { return false; });
- .unbind(“click”, false) – shortcut for .unbind(“click”, function() { return false; });
- .click(false) – shortcut for .click(function() { return false; })
- Faster jQuery Trim Forum thread
- What is ahead for jQuery and future releases?
- Mobile
- jQuery Templates Proposal – Forum thread, Design document
- Dynamic Script Loading