how to enable default after event.preventDefault()?

Posted by asf on Stack Overflow See other posts from Stack Overflow or by asf
Published on 2009-10-11T18:30:45Z Indexed on 2010/04/04 10:03 UTC
Read the original article Hit count: 601

Filed under:
|
|
|

jquery toggle calls preventDefault() by default, so the defaults don't work. you can't click a checkbox, you cant click a link etc etc

is it possible to restore the default handler?

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about jQuery