Jump to content

error SCRIPT438


Recommended Posts

Hi,

 

I got this error when inspecting my site with IE9 developer tools

 

 

SCRIPT438: Object doesn't support property or method 'undefined'

jquery.easing.js, line 20 character 3 (line 20 is bolded)

 

jQuery.extend( jQuery.easing,

{

def: 'easeOutQuad',

swing: function (x, t, b, c, d) {

//alert(jQuery.easing.default);

return jQuery.easing[jQuery.easing.def](x, t, b, c, d);

},

 

 

I dont know what does this mean. Should i worry about it? can i solve it somehow?

 

the only strange thing that i discovered in my shop is that when i add a new item in cart the previous added is automatically deleted and when i press checkout it says cart is empty, but this error is present in firefox and opera but not in IE and chrome. any solution?

Edited by sooroos (see edit history)
Link to comment
Share on other sites

×
×
  • Create New...