Files
DefinitelyTyped/jqueryui
enternet 5639237400 interface SortableOptions extends SortableEvents
If we look into jqueryUI internals we will see that all the config values stored in one object. Both Options and Events. For example we can call UI.sortable({opacity: value1, start: fn1, stop: fn2})
2014-04-08 14:19:58 +03:00
..