| Projects on Google Code | Results 1 - 10 of 37 |
Library to aid javascript selections of text and other elements.
Vague ideas:
==Remember==
* Multiple ranges
* Cursor position
* Obviously a pain with different browsers
* Think carefully about
* Go through all selection docs for any new ideas
==Funcs==
===New===
* Se...
This jquery plugin converts passed JSON option tree into dynamically created `<select>` elements allowing you to choose one nested option from the tree.
It should be attached to a (most likely hidden) `<input>` element. It requires an option tree object. Object property names become labels of cre...
This plugin allows the options of a regular HTML select to become editable by double-clicking.
The following select
{{{
<select size="5">
<option>Option 1</option>
<option>Option 2</option>
<option>Option 3</option>
</select>
}}}
may allow the user to edit the options by adding t...
This plugin takes `<select>` elements which have the attribute `multiple` set, and converts them into editable, inline lists.
There are many options available to change the behaviour of the lists, and their appearance is managed by CSS.
The code is based on original code to create checkbox lis...
= Introduction =
jqMultiSelects is a plugin for [http://www.jquery.com/ jQuery] which enables the addition of common behaviour to <select> elements allowing multiple options to be selected.
= Features =
*jqMultiSelects* enables you to deal purely with the presentation of your <select> elements,...
==jQuery Multiple Select Box Plugin==
http://plugins.jquery.com/project/jquerymultipleselectbox
Replace browser's default multiple select box with overflow: auto
select automatic when dragging and scrolling
====Tested with: Firefox 2+, Chrome 2+, Safari 4+, IE 7====
*Usage:*
{{{
$(...
Extends the List class by two features that allow the user to cancel a selection made in the list.
The features are enabled by default, and can be disabled using their variable names.
The features only work when a single item is selected; Multiple selecting is not affected.
"allowDeselectOnTo...
=¿Qué es JQombo?=
*JQuery + Combo* http://i29.tinypic.com/1q0qko.png
----
===Descripción:===
Combo dependiente AJAX con todas las ciudades y estados de Venezuela usando JQuery, PHP5 y MySQL.
----
===Características:===
* Normalizado XHTML y CSS2.1.
* Incluye base de datos con más de...
=Details=
Converts `<select multiple="multiple">` elements in to two lists between which items can be dragged/sorted.
*Features*
* Drag and drop or double-click to move between lists.
* Drag to sort.
* Synchronisation with the original `<select>` element for selection and sorting, allow...
RecordSelect is a Rails widget to help you pick one record out of many. I designed it as a more usable and performant alternative to generating a massive dropdown list. It relies on AJAX for the cooler uses (all the provided view helpers rely on JavaScript) but can also function in a pure-http fashi...