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
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.
gameQuery a game engine for jQuery
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
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.