We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2505b0e + efe6164 commit 4a8d1f4Copy full SHA for 4a8d1f4
assets/files/js/jquery.binding.js
@@ -26,7 +26,7 @@
26
* @param {..*} [args]
27
* @returns {jQuery|*}
28
*/
29
- $.fn.sortable = function (options) {
+ $.fn.sortableWidgets = function (options) {
30
var retVal;
31
32
this.each(function () {
assets/files/js/sortable-widgets.js
@@ -1,5 +1,5 @@
1
function initSortableWidgets() {
2
- $('[data-sortable-widget=1] tbody').sortable({
+ $('[data-sortable-widget=1] tbody').sortableWidgets({
3
animation: 300,
4
handle: '.sortable-widget-handler',
5
dataIdAttr: 'data-sortable-id',
0 commit comments