Tuesday 9 April 2013

jQuery Roundup: 2.0 Beta 3, betterToggle, Cavendish.js


Note: You can send your plugins and articles in for review through our contact form.

jQuery 2.0 Beta 3



jQuery 2.0 Beta 3 is out:




? we really need your help in finding and fixing any bugs that may be hiding in the nooks and crannies of jQuery 2.0. We want to get all the problems ironed out before this version ships, and the only way to do that is to find out whether it runs with your code.




This release introduces Node compatibility, so you can now load it with require(). It also makes it work in Windows 8 Store apps.



betterToggle



betterToggle (GitHub: kanakiyajay / betterToggle, License: GPLv2) by Jay Kanakiya is a plugin for toggling elements with CSS3 transforms. As an added bonus it allows multiple elements to be toggled.



Usage is similar to .toggle: $(selector).betterToggle(), and the project?s homepage has plenty of demos.



Cavendish.js



Cavendish.js (GitHub: michaek / cavendish.js, License: MIT) by Michael Hellein is a slide manager plugin aimed at front-end developers well-versed in CSS. It has a plugin-based API that allows it to support different styles for displaying and navigating slides:


var cavendish = $('.cavendish').cavendish('cavendish');
cavendish.plugins['player'].start();


The bundled plugins include a simple player that pauses on hover, a pager, previous and next arrows, and a parallax scrolling effect. The API also exposes the events used, so you can add listeners to see when Cavendish has been initialised and after a slide has been transitioned.


crawled from : Dailyjs

No comments:

Post a Comment