I'm having little trouble with easeInOutCubic.
I want to use jquery switchButton plugin: http://olance.github.io/jQuery-switchButton/ inside wordpress admin panel.
I've included code correctly, and I'm also positive I've jquery-ui core.
<script type='text/javascript' src='http://localhost/test/wp-admin/load-scripts.php?c=1&load%5B%5D=admin-bar,hoverIntent,common,jquery-ui-core,jquery-ui-widget,jquery-ui-tabs,jquery-ui-mouse,jquery-ui-slider,jquery-ui-button&ver=3.5.2'></script>
I thought easeInOutCubic was part of jquery-ui core. Or not? Does wordpress have it included or do I've to include it manually? Any ideas?
S.