Tag Archives: plugin

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

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

Accessing data saved in the class property of DOM-elements with jQuery

A few weeks ago former colleague Jurriaan wrote a PrototypeJS extension to accessing data stored within classes of HTML elements. Basically it comes down to assigning extra classes (classes such as gender_male for example, which represent a property and a … Continue reading

javascript, Projects, Webdevelopment , , , , 9 Comments