Ran into an interesting bug this morning with jQuery 1.2.2. After testing a simple working jQuery function in FF, I then tested in IE and found that it didn't work in IE. The jQuery code is fairly straightforward, so I was extremely...
jQuery 1.2.2 was announced today. Though this is a revision release, it's a significant one and definitely worth considering an upgrade to your existing jQuery implementations. If for nothing else, the 300% speed improvement for DOMElement.
You can...
If you build web applications, at some point you have built a form that had dynamically named form elements. You loop through a CFQUERY and build some input fields that's a combination of a string ID and a ColdFusion variable (usually...
These three Javascript libraries are at the core of how I build fun, well-organized, and easy to maintain web applications. Each one serves a different purpose:
jQuery - The best at DOM selection, manipulation and searching
Ext - Makes all my little...