During last week of my holiday, I had a few days to spare, so I tried jQuery. It's a really cool JavaScript library.
To prove my words, I present to you following:
- jquery-debug - debugging panel for jQuery (on bottom right in demos)
- Tag auto-completer implemented using jQuery (see demo)
- jQuery implementation of cute no-pager idea (demo with CPAN search)
No pager is actually a small project consisting of novel idea to share one hash between perl CGI (or stand-alone server, but it doesn't exist yet) and JavaScript. It does so by implementing small subset of HTML::Mason (well, only single-line <% something %> markup), just to look familiar (or syntax-highlight correctly :-)
Proper explanation of that would have to wait for some serious documentation writing...
Update: new upstream version of jQuery (1.0.1) fixed problems in Safari on Mac. Isn't that cool?