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

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -