When I double click a row it is selecting the row in IE8 but not in FF and Chrome. Is it an issue in IE8 or is there any bug for this? Thanks...
相关问题
- 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
The behavior is well-know. For example you can read the following in the documentation of the jQuery.dblclick:
If you want common behavior in all browsers you code do the following:
see the demo or the opposite behavior with the code
see another demo.