Ver Mensaje Individual
  #1 (permalink)  
Antiguo 31/01/2013, 05:47
suntus
 
Fecha de Ingreso: noviembre-2002
Mensajes: 746
Antigüedad: 22 años
Puntos: 6
error de jquery.easing en IE

Hola

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:
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 - 	},
¿alguien tiene una solucion?


gracias a todos