We use jqGrid with altclass
set and with hoverrows:true
. When you click on a row, the altclass
class is no longer applied and the hover effect no longer works on the clicked row. How can you stop this from happening?
相关问题
- 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
You could add custom code to the
onSelectRow
event to prevent the row from being highlighted when clicked. For example: