Plugins:
Grid Column Sizing
This plugin, applied to a number of HTML tables, provides the behaviour of resizing their columns by dragging or double-clicking a "handler hint"
| Version | Date | Links |
|---|---|---|
| 0.5-beta | 2007-Dec-15 |
jTree - the Ultra lightweight sortable nested list for jQuery
Last changed: 1 week 20 hours ago
I have seen some implementations of sortables list and none really fits my needs. Here is an ultra lightweight jQuery plugin (2.6kb minified!!!!!!!!!) that will do the job right, loads fast and harness the jQuery’s power create a very usable sortable nested list.
| Version | Date | Links |
|---|---|---|
| 1.0 | 2008-May-06 |
NestedSortable
Last changed: 28 weeks 6 days ago
NestedSortable is an extension to the original Sortable from the Interface plugin that allows you to both sort vertically and nest (make one item a child of other item) elements at the same time, using drag-and-drop. If can be set up exactly like a regular Sortable and allows you to use most options that are inherited from it.
Some examples of possible usages:
- Organizing a table of contents
- Organizing a list of hierarchical pages (it was originally created with this goal, for WordPress)
- Organizing categories
| Version | Date | Links |
|---|---|---|
| 1.0-source-with-tests | 2007-Sep-26 | |
| 1.0.1-source-with-tests | 2007-Oct-24 |
NestedSortable Widget
Last changed: 33 weeks 8 hours ago
The NestedSortable Widget (from now on just widget) is a component that allows you to create a multi-columned table of entries that can be sorted and nested very easily by your user, using drag and drop, with full support for pagination.
It is built on top of the plain NestedSortable plugin and will, basically, do almost all the work you would have to do if you were to use the regular NestedSortable, as long as you provide it with a data source that will pass in your list of nested elements in JSON format. Given that list, it will build the HTML for the whole component, construct the NestedSortable and show visual clues as to when things are being loaded or saved.
| Version | Date | Links |
|---|---|---|
| 1.0-source-with-tests | 2007-Sep-26 |
ppDrag
Last changed: 5 weeks 4 days ago
ppDrag is a Drag&Drop plugin for jQuery, which mimics the interface of jQuery UI's Draggable. Currently supported is a small subset of its options, but the implementation is different (ppDrag focuses on performance).
All major existing browsers are supported. This includes IE6/7, Firefox1/2/3, Opera, Konqueror, Safari, etc.
| Version | Date | Links |
|---|---|---|
| 0.1 | 2008-Apr-03 |
Table row drag and drop
Drag and drop table rows to reorganise data. onDragStart and onDrop config options allow you to integrate this with Ajax calls to update the server.
| Version | Date | Links |
|---|---|---|
| 0.4 | 2008-Apr-22 | |
| 0.3 | 2008-Feb-28 |
TextArea Resizer
Last changed: 16 weeks 1 day ago
* Added live demo page (url at bottom of page)
This project allows the user to extend the textarea element/area within the web page whenever they feel.
I noticed this functionality when adding a plugin to this website, I guess it's not used that often on other websites.
It is part of the Drupal code, although I haven't much experience with Drupal.
I found it useful and could see an immediate use for it on one of the web applications that I use (Tridion).
Anyway, I decide to spend a few minutes (it was a quick conversion) and turn the functionality in to a jQuery plugin (I couldn't see it in the repository).
| Version | Date | Links |
|---|---|---|
| 1.0.4-complete | 2008-Jan-22 |