Multiselect2side – Select multiple double side jQuery Plugin

    Multiselect2side - Select multiple double side jQuery Plugin

    This plugin implement a version of select multiple (select with multiple=”multiple”) with 2 sides and buttons for move option between the 2 selects.

    Dynatree a jQuery Plugin

    jQuery TreeView plugin

    Dynatree is a jQuery plugin that allows to dynamically create html tree view controls using JavaScript.
    Main features

    • Optimized for large dynamic trees (DOM elements are only created when really needed).
    • Programmable through a rich object oriented interface.
    • Support for lazy loading and Ajax.
    • Checkboxes and hierarchical selection.
    • Supports drag and drop.
    • Support for persistence.
    • Keyboard aware.
    • Initializes from HTML code, JSON, or JavaScript objects.

    jQuery ListMenu Plugin

    jQuery ListMenu Plugin

    This jQuery plugin, developed in the iHwy Labs, allows you to easily convert a long, hard to navigate list into a compact, easily skimmable ‘first-letter’ based menuing system, allowing quick and ‘out-of the-way’ access to hundreds of items. Users hover their mouse over a letter and a columnized list of all of the list items that start with that letter appear in a submenu. Mousing off of the letter or menu closes the submenu. Mousing between letters is very fast and the columns in the submenu are nicely balanced.

    jQuery ListNav Plugin

    jQuery ListNav Plugin

    This jQuery plugin supplies an easy way to unobtrusively add a letter-based navigation widget to any UL or OL list. An easily stylable (via CSS) nav bar appears above the list, showing the user the letters A-through-Z. Clicking one of the letters filters the list to show only the items in the list that start with that letter.

    Display Facebook Photos To Your Website with FQL and jQuery Lightbox

    Display Facebook Photos To Your Website with FQL and jQuery Lightbox

    Hi there! Today we’re going to do a code that:

    1. Gets photo albums and photos of a facebook fan page (using Facebook PHP SDK and FQL).
    2. Display these photos to a webpage (assuming it is your website.).
    3. Use jQuery Lightbox to make awesome images presentation.

    Using Flux Slider jQuery plugin

    jQuery Flux Slider

    Using Flux Slider jQuery plugin Today I will make review (example of implementation) of fresh and cool slider plugin – Flux. This slider using CSS3 animation with great transition effects (like: bars, zip, blinds, blocks, concentric, warp). And, what is most great – now it can support 3D transitions too (bars3d, cube, tiles3d, Blinds3D effects).

    Grid Navigation Effects with jQuery

    jQuery Grid Navigation Effects

    Today we want to share some neat grid navigation effects using jQuery. In our examples we will show you ten ways how to navigate through a set of thumbnails. We’ll take a look at some of the possibilities and how to apply the effect.

    Accordionza a jQuery accordion Plugin

    jQuery accordion Plugin

    This plugin cost $9 and will allow you to easily configure all effects and speed, pause on hover, autoplay and autorestart, collapseable captions and more. Three accordion styles are included. Create your own with some HTML  & CSS skills. Solid — No wobbly edges as often seen in other accordion scripts. Progressive enhancement. All content is still viewable without JavaScript enabled.

    gameQuery a game engine for jQuery

    jQuery Game engine

    gameQuery is a jQuery plug-in to help make javascript game development easier by adding some simple game-related classes. It’s still in an early stage of development and may change a lot in future versions.

    gameQuery has the following features:

    • multi layer-sprite animations
    • sprite hierarchies (grouping)
    • collision detection
    • swappable sound support
    • periodic callbacks
    • keyboard state polling
    • free and open source license

    Geo Location with HTML5 and Jquery

    google Geo Location with HTML5 and Jquery

    Last few days I have been working with HTML5 elements, it’s very interesting. This post explains you how to get geo location latitude and longitude values using Jquery. I found a geocode location script from html5demos.com and I have customized bit of code. It is useful you can built foursquare kind of location check out web application.