javascript - Object doesn't support this property or method IE8 Jquery -
i getting error "object doesn't support property or method" in explorer 8, piece of code, can't see problem.
jquery('.block_right h3').click(function(){ jquery(this).parent().find(".respuesta").slidetoggle('slow').find(".block_right h3 span").toogle(); });
thanks in advance.
.toogle
misspelling of .toggle
Comments
Post a Comment