The other day I announced the v2 release of the Uni-Form Custom Tag Library, which contains a number of enhancements and jQuery plugin integrations. One thing *very* important detail that I forgot to mention:
If you are using the Validation plugin, you *must* use jQuery 1.2.2 or higher.
As long as you are using the current release you are fine, since it is at 1.2.6 as of this posting. If you use anything 1.2.1 or earlier, you will have all sorts of JavaScript errors being thrown.
Update
This post only applies to those of you who are loading jQuery on your own. If you are relying on the tags to load jQuery for you, jQuery-1.2.6 is the release that is loaded. :-)
It's been almost six months now since I released v1 of the library, so I figured it was high time I make time to add some enhancements. Here's a quick overview of the new features:
- Integrated dependencies
- Integrated support for the following jQuery plugins
- Date Picker
- Time Entry
- Input Masking
- Validation
- Path Configuration
Let's look at some of the new goodies in more detail...
[Continue Reading]
I've mentioned before that I <3 ColdBox and that I <3 jQuery. Independently of one another, they are just a pleasure to work with. Today I decided to write my first-ever jQuery-powered AJAX functionality inside a ColdBox-powered application. It's ridiculously simple to do - one might even say sinful. So easy in fact, that I decided to post a quick "tutorial" on how to handle a pretty common task with ColdBox and jQuery.
[Continue Reading]
Posted on January 21, 2008 at 2:10 AM in
General, jQuery
In case you hadn't heard yet, jQuery is a seriously bad-ass, lightweight library that I'm in love with. Here's what the official jQuery site has to say about it:
"jQuery is a fast, concise, JavaScript Library that simplifies how you traverse HTML documents, handle events, perform animations, and add Ajax interactions to your web pages. jQuery is designed to change the way that you write JavaScript."
However, you can always leave it to a guy like me to find a way to screw things up.
[Continue Reading]
Posted on January 1, 2008 at 2:13 AM in
General, jQuery
I don't know if I've ever mentioned it before, but I really love jQuery. It's such a lightweight, yet very powerful tool. There are so many really cool things that you can do with jQuery, and I'm really no authority on the matter, but here is one really basic task that I use it for.
[Continue Reading]