I am integrating theme in Codeigniter framework(php). The pages not working before but after replacing jQuery with newer version it works but still following error occurred while loading pages. HTML pages working fine but not working in framework. Please check the issue.
jquery.js:9612 Uncaught TypeError: url.indexOf is not a function
jquery.js:3781 jQuery.Deferred exception: this.xhr.success is not a function TypeError: this.xhr.success is not a function
at load (http://localhost/website/assets/js/plugins.js:719:30265)
at .load (http://localhost/website/assets/js/plugins.js:719:5029)
at _create (http://localhost/website/assets/js/plugins.js:719:20516)
at ._create (http://localhost/website/assets/js/plugins.js:719:5029)
at _createWidget (http://localhost/website/assets/js/plugins.js:719:7033)
at new t.(anonymous function).(anonymous function) (http://localhost/website/assets/js/plugins.js:719:4592)
at HTMLDivElement.<anonymous> (http://localhost/website/assets/js/plugins.js:719:6306)
at Function.each (http://localhost/website/assets/js/jquery.js:359:19)
at jQuery.each (http://localhost/website/assets/js/jquery.js:152:17)
at jQuery.t.fn.(anonymous function) [as tabs] (http://localhost/website/assets/js/plugins.js:719:6229) undefined
