UNPKG

jquery-ui

Version:

A curated set of user interface interactions, effects, widgets, and themes built on top of the jQuery JavaScript Library.

17 lines (14 loc) 301 B
define( [ "jquery", "lib/helper" ], function( $, helper ) { return $.extend( helper, { sort: function( assert, handle, dx, dy, index, msg ) { $( handle ).simulate( "drag", { dx: dx, dy: dy } ); assert.equal( $( handle ).parent().children().index( handle ), index, msg ); } } ); } );