Tag Archives: jquery

jQuery.suggest

jQuery.suggest is a simple inline autosuggest jQuery plugin. It takes an array of terms as haystack and suggests the user the first item that matches what has been typed to this point. The suggestion is updated with every keystroke. Tab … Continue reading

Elsewhere , , , , , Leave a comment

Scrollorama

The jQuery plugin for doing cool scrolly stuff Really cool scrolly stuff that is. Scrollorama →

Elsewhere , , , , , , Leave a comment

Sample Application using jQuery Mobile and PhoneGap

Here is a simple application I built using jQuery Mobile and PhoneGap. Even though the application is simple, it covers some common requirements of mobile applications: database access through JSON services, multi-level master-detail views, parameter passing between views, etc. Sample … Continue reading

Elsewhere , , , , Leave a comment

jQuery Hovercard

A free light weight jQuery plugin that enables you to display related information with the hovered label, link, or any html element of your choice. Also comes with integrated support to show the Facebook page or Twitter handle info in … Continue reading

Elsewhere , , , , Leave a comment

jQuery Organisation Chart

jQuery OrgChart is a plugin that allows you to render structures with nested elements in a easy-to-read tree structure. jQuery Org Chart – a plugin for visualising data in a tree-like structure →

Elsewhere , , , , Leave a comment

jQuery Transit

Super-smooth CSS3 transformations and transitions for jQuery. Use $(‘…’).transition() instead of jQuery’s $(‘…’).animate(). It has the same syntax as .animate(). jQuery Transit →

Elsewhere , , , Leave a comment

jQuery Mobile 1.0

When John Resig asked Filament Group to lead this exciting new project about 18 months ago, we had no idea where this would take us. Today, we are so thrilled to announce that jQuery Mobile has reached 1.0 status. jQuery … Continue reading

Elsewhere , , Leave a comment

jQuery 1.7

jQuery 1.7 has been released. Most important change indefinitely is the introduction of the new .on() and .off() methods. If you’ve been using .bind() and .delegate(), transitioning to these new functions should be no problem. If you’ve been using .live(), … Continue reading

Elsewhere , , Leave a comment

jQuery Joyride

Create jQuery Feature Tours in a Breeze jQuery Joyride

Elsewhere , , Leave a comment

jQuery Mobile Select: jQuery Mobile Navigation Replacement Plugin

A often-used practice in Responsive Web Design is to replace the menu/navigation (<ul>) with a dropdown (<select>) on small devices, this to prevent it from taking up the whole screen. Today, my friend Jochen released a jQuery plugin that does … Continue reading

Elsewhere , , , , , Leave a comment