javascript - Jquery UI Sortable getting error -
i using jquery sortable in project in yii framework. project using jquery v1.8.3 , can't upgrade jquery version has dependencies in project.
i following following link
https://jqueryui.com/sortable/#empty-lists
i have tried example in code getting following error.
typeerror: e.ui.isoveraxis not function kindly me figure out solution.
for stumbling across this, remove jquery or jquery ui yii can add following application:
// removes jquery , jquery ui yii::app()->clientscript->scriptmap=array('jquery.min.js'=>false, 'jquery-ui.min.js'=>false); // removes jquery ui yii::app()->clientscript->scriptmap=array('jquery-ui.min.js'=>false); then can include own version of jquery manually
Comments
Post a Comment