UNPKG

declarations

Version:

[![npm version](https://badge.fury.io/js/declarations.svg)](https://www.npmjs.com/package/declarations)

11 lines (8 loc) 387 B
// Type definitions for jQuery.sortElements // Project: http://james.padolsey.com/javascript/sorting-elements-with-jquery/ // Definitions by: Tim Bureck <https://github.com/tbureck> // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped /// <reference path='../jquery/jquery.d.ts'/> interface JQuery { sortElements(comparator:Function, getSortable?:Function):JQuery; }