jQuery Roundup: 1.6, customSelect, bubbleBox

19 Apr 2011 | By Alex Young | Tags jquery plugins ui

jQuery 1.6 Beta 1

jQuery 1.6 beta 1 has been released. In this version, .attr() has been rewritten, and there are a lot of fixes across the framework which are covered in the announcement.

The jQuery blog also featured a post clarifying “official plugins”: A Change in the Roadmap.

Because of your concerns and ours, we’ve decided to eliminate the notion of Official Plugins altogether.

The jQuery UI project will take ownership over plugins on which it has a current or future dependency: Templating, Globalization, and bgiframe.

customSelect

customSelect (GitHub: rixth/customSelect, MIT) by Tom Rix is a jQuery UI widget that makes select elements prettier. It’ll change them to a drop-down list of radio buttons, or checkboxes for multiple selects. It’s the exact kind of thing I’m always being asked to add by my clients (I already intend on using it for a project).

Usage:

$('selector').customSelect();

Tom posted some extra info about this to his Forrst account: Introducing jQuery customSelect.

bubbleBox

bubbleBox (GitHub: rixth/bubbleBox, MIT) also by Tom Rix is a jQuery UI widget for managing lists. He’s even written some Jasmine unit tests for it!

He wrote a post on Forrst for this too: Introducing jQuery bubbleBox


blog comments powered by Disqus