Easing Error
emackn - December 4, 2007 - 23:01
| Project: | jQuery UI Backport |
| Version: | 5.x-1.0-beta1 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
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>
#1
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