Home
About
Projects
Articles
Resources
Music

Projects

JavaScript List Prioritizer

This script creates a global object Prioritizer which assists the user to prioritize the items in a list element using the grid method.

Usage

Prioritizer.start( <list element> )

Dependencies

  • jquery-1.2.6.js
  • jquery.ui-1.5.2/ui/ui.core.js
  • jquery.ui-1.5.2/ui/ui.sortable.js
  • jquery.ui-1.5.2/ui/ui.draggable.js (optional)
  • jquery.ui-1.5.2/ui/ui.dialog.js
  • jquery.ui-1.5.2/themes/flora/flora.dialog.css

Limitations

  • Can only prioritize one list at a time
  • No back button

Example

Click the button to prioritize this list.

  1. Perl
  2. C++
  3. XSLT
  4. Python
  5. PHP
  6. Java

Download

the code

Legal Stuff

Copyright 2008 Aryeh Leib Taurog

http://www.aryehleib.com

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

See the GPL text for more information.