Since the jQuery .toggle event method is deprecated. What are we suppose to use to simulate this event (alternate clicks)?
相关问题
- How to fix IE ClearType + jQuery opacity problem i
- jQuery add and remove delay
- Include empty value fields in jQuery .serialize()
- Disable Browser onUnload on certain links?
- how to get selected text from iframe with javascri
Add this outside of document.ready
then use the following to replicate the .toggle functionality:
Found on the JQuery Forums