@vks-dev/jquery-tinysort
v1.0.3
Published
TinySort 1.5.3 - A jQuery plugin to sort child nodes by (sub) contents or attributes - VKS package
Readme
@vks-dev/jquery-tinysort
TinySort 1.5.3 - A jQuery plugin to sort child nodes by (sub) contents or attributes.
This is a VKS-specific package wrapping the TinySort jQuery plugin.
Installation
npm install @vks-dev/jquery-tinysortUsage
import '@vks-dev/jquery-tinysort';
import $ from 'jquery';
// Now you can use tinysort methods on jQuery objects
$("ul#people>li").tsort();
$("ul#people>li").tsort("span.surname");
$("ul#people>li").tsort("span.surname", {order:"desc"});License
MIT / GPL dual license
Credits
Original TinySort by Ron Valstar - http://tinysort.sjeiti.com/
