0.2.5 • Published 9 years ago

nor-jquery-ui-number-sortable v0.2.5

Weekly downloads
4
License
MIT
Repository
github
Last release
9 years ago

nor-jquery-ui-number-sortable

Floating point based sortable implementation as a jQuery UI module

See live example test.html.

Usage:

$('#sortable').numberSortable({

	/** Set floating point value associated with `item` for ordering it. You also may return a promise from this function. */
	'setValue': function set_value(value) {
		$(this).text( value );
	},

	/** Get floating point value associated with `item` for ordering it */
	'getValue': function get_value() {
		return parseFloat( $(this).text() );
	}

});

Commercial Support

You can buy commercial support from Sendanor.

0.2.5

9 years ago

0.2.4

9 years ago

0.2.3

10 years ago

0.2.2

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.0

10 years ago