Project:jQuery UI Backport
Version:5.x-1.0-beta1
Component:Code
Category:support request
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

jQuery.easing[this.options.easing || (jQuery.easing.swing ? "swing" : "linear")] is not a function
http://*.*.com/sites/all/modules/jquib/jquib.js
Line 2879

This happens when i specify the according to use the easeslide animated option.

<script type="text/javascript">
$ui(document).ready(function(){
   $ui("#drawers").accordion({
      header: ".drawer_handle",
  animated:"easeslide"
  });
});
</script>

Comments

#1

Category:bug report» support request

chan

didn't realize easing was just another plugin.

Is it enough just to include the easing plugin or does easing not work since this is a backport?

Thanks

#2

Status:active» closed (fixed)