Plugins

The plugins site is currently in development.

We've been looking to provide a higher-quality, spam-free experience at the plugins site for some time, and a major error on our part forced us to shut down the current site before we could put the new one in place. We are developing a new site, and you can follow along with its development on GitHub. For more information about this transition, including steps you can take as a plugin author to prepare, please read our post about what's going on.

Table row drag and drop 0.5


Now supports having a column as a drag handle (specify a class for the dragHandle option when configuring).

Improved the serialize method to use a default (but also settable in the options) regular expression for generating the serialized string. The default is /[^\-]*$/ which will remove everything before a final hyphen, so item-s1 becomes s1.

Added $('...').tableDnDUpdate() to cause the table to update its rows so the drag and drop functionality works if, for example, you've added a row.

Added $('...').tableDnDSerialize() which allows you to serialize a table from any javascript code.

NB I've made some fixes to the released version to work with Prototype and Scriptaculous, so download it from http://www.isocra.com/2008/02/table-drag-and-drop-jquery-plugin/ rather than here.