// Type definitions for jQuery.sortElements // Project: http://james.padolsey.com/javascript/sorting-elements-with-jquery/ // Definitions by: Tim Bureck // Definitions: https://github.com/borisyankov/DefinitelyTyped /// interface JQuery { sortElements(comparator:Function, getSortable?:Function):JQuery; }