2015
2012
2011
Chosen - a javascript plug-in for jQuery and Prototype - makes select boxes better
by ghis & 9 othersChosen is a javsacript plug-in that makes long, unwieldy select boxes much more user-friendly. It is currently available in both jQuery and Prototype flavors.
2010
Optimizing javascript/jQuery loading time, a beginner’s guide
by nhoizey"With LABjs you can load your js files completely asynchronous."
Mock Your Ajax Requests with Mockjax for Rapid Development | Enterprise jQuery
by nhoizeyThe mockjax plugin is a development and testing tool for intercepting and simulating ajax requests made with jQuery with a minimal impact on changes to production code.
jQuery Sparklines
by nhoizey"This jQuery plugin generates sparklines (small inline charts) directly in the browser using data supplied either inline in the HTML, or via javascript. "
Introducing "Aristo", A jQuery UI Theme — Nothing Insightful
by nhoizey & 2 others"here we have Aristo for jQuery UI. A proof-of-concept to illustrate how jQuery UI could progress if they get sacrifice some of their direction and get some nifty designers on board"
prettyLoader | Stéphane Caron – No Margin For Errors
by nhoizey"prettyLoader is a small (less than 4kb uncompressed) jQuery plugin that aim at making your life easier regarding ajax loader display."
BigTarget.js - Increase click target size - more call-to-action conversions | Blog | Newcastle Web Design & Development | Newism
by delavigne & 1 other (via)$(document).ready(function(){ $("ol.bigTarget h4 a").bigTarget({ hoverClass: 'over', // CSS class applied to the click zone onHover clickZone : 'div:eq(0)' // jQuery parent selector }); });