0.2.5 • Published 10 years ago

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

Weekly downloads
4
License
MIT
Repository
github
Last release
10 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

10 years ago

0.2.4

10 years ago

0.2.3

11 years ago

0.2.2

11 years ago

0.2.1

11 years ago

0.2.0

11 years ago

0.1.0

11 years ago