- Latest Version: 0.2
- Type Plugins
- Technics Jquery 1.5.2, Jquery UI, PHP
This jquery plugin makes it possible to drag and drop items from one element to another and send the new information to PHP. PHP saves the new information to the database.Released under the GNU 3 General Public License.
Older Versions
CatoDrop v0.1 - Demo - Download - How To Use - Release Notes
Release Notes
Version 0.2
Changes
- Items now revert to original category when dropped wrong
- Sortables can not be dropped on a droppable item anymore
New Features
- Item fades out slowly when dropped in an other category
- Added extra option 'sortable' to make items sortable
- Added loader when posting information to php
- When sortable is true, original id is changed and original id is stored to title.
- Sortable array can be readed by php as $_POST["sortableArray"];
- Added new option 'sortableArray' to change the PHP post var's name. e.g -> sortableArray:'myNewArrayVar' -> $_POST["myNewArrayVar"];
Know bugs:
- Non yet