Skip to content

JakeCigar/jQuery.sortChildren

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multi-key sorting for any HTML/XML elements.

Simple Templates

Usage

        $("button.name").click(function(){
            $(this).nextAll("div").sortChildren($.sortFunc(["$(this).find('.name').text()"]))
        })

Demo http://jakecigar.github.io/jQuery.sortChildren/

About

jQuery plugin to sort child elements

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published