29 January 2015

I had an error in "jquery.ui.mouse.min.js" when using jQuery 1.9 (or newer) with jQuery UI 1.8 (or older). This jquery plugin is used to restore deprecated functionalities in jQuery and removed as of version 1.9. Since jQuery UI 1.8 still uses those deprecated functionalities you might want to restore them.

Source code viewer
  1. <!-- Use jQuery CDN or download your own copy from http://code.jquery.com/jquery-migrate-1.2.1.min.js -->
  2. <script src="http://code.jquery.com/jquery-migrate-1.2.1.js"></script>
Programming Language: HTML