How to get the scroll position value of a document?
相关问题
- 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
If you are using Jquery 1.6 or above, use prop to access the value.
Previous versions used to get the value from attr but not post 1.6.
Try this: