Error: jQuery.easing [jQuery.easing.def] is not a function

Is caused when JQuery javascript doesn’t load before the plugin js. To fix it, you just need to go into the jquery.easing.1.3.js file and wrap it with

  1. $(document).ready(function() {
  2. ...
  3. });
$(document).ready(function() {
...
});

6 Responses to “jQuery.easing [jQuery.easing.def] is not a function”

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code lang=""> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" extra="">