tengo un JS que me esta funcionando correctamente en todos los navegadores excepto IE
el error es:
SCRIPT438: El objeto no acepta la propiedad o el método 'undefined'
jquery.easing.1.3.js, Línea 46 Carácter 3
Código:
¿alguien tiene una solucion?41 - jQuery.extend( jQuery.easing, 42 - { 43 - def: 'easeOutQuad', 44 - swing: function (x, t, b, c, d) { 45 - //alert(jQuery.easing.default); 46 - return jQuery.easing[jQuery.easing.def](x, t, b, c, d); 47 - },
gracias a todos