In my CSS file, I have the following style property:
.table tbody tr:hover th,
.table tbody tr:hover td { background: #d1e5ef; }
I am looking to eliminate this using jQuery. How can I achieve this? I attempted removeClass and attr but had no success.