jQuery
Simple Challenge: Find all the LI elements underneath two different elements (using their #ID as reference) and bind a click handler which changes the color of the LI’s text. Here is how you would do that in all of the popular event/selector libraries.
Behaviour + Prototype
Behaviour.register({
‘#item li’: function(element) {
Event.observe(element, ‘click’, […]
Comment ·
Posted: April 29th, 2006
Recently Plazes (a popular geolocation web application) put up a redesign of their service. If you take a peek at how it’s doing it’s cool effects, underneath the hood, you’ll see that it’s making good use of jQuery.
The best place to see it in action is on the Plazes People page. The purpose of the […]
Comment ·
Posted: April 27th, 2006
Joe Hewitt is working on updating his excellent Firebug Firefox extension. If you’re not familiar with it, you should be. It provides detailed per-page error tracking, XMLHTTPRequest tracking, DOM Navigation – everything that a Javascript developer needs.
The new version of Firebug is adding one more feature: Javascript debugging. This will allow you to set […]
Comment ·
Posted: April 25th, 2006
Cody Lindley just released a brand new version of Lightbox/Greybox called Thickbox. This release offers some great, added, functionality over the other libraries. Specifically, this release is completely unobtrusive – it uses the natural href, src, and title attributes to seed the box, when it pops up. Even if you don’t have Javascript enabled, it […]
Comment ·
Posted: April 24th, 2006
Jeffery Chiang recently submitted an excellent visual representation of the jQuery library, to the jQuery mailing list. It shows all the different plugins and what methods/features they support (borrowed from the jQuery Documentation). Similar diagrams have been done for the Prototype library – but none of them have the cool Devo hat of jQuery to […]
Comment ·
Posted: April 23rd, 2006
Audun Wilhelmsen (skyfex), a jQuery user who lives in Norway, recently attended The Gathering, one of the largest computer events in the world. While there, he competed in an Opera-sponsored widget development contest. The new Opera 9 Beta has a whole widget framework, that’s sure to challenge Yahoo! Widgets and OSX Dashboard.
Once the final analysis […]
Comment ·
Posted: April 21st, 2006
This is the total amount of fixes and new features that have come out in the past week, or so. I’ll be adding more info concerning them to the docs very soon.
New Demo:
Accordian Open/Close – Toggle open/close a number of entries at once!
New Features:
empty() – you can remove all child nodes of an element.
// Deletes […]
Comment ·
Posted: March 21st, 2006
Mark Panay has written a follow up to JQuery for Web Designers. This time he emphasizes keeping content brief and using jQuery to reveal the full body of blog posts and articles. This is very similar to a technique that I have been using in my latest project, Ouioo.
Also, Mark has launched a […]
Comment ·
Posted: March 15th, 2006
Next entries » ·
« Previous entries