Ticket #2465: jeffsayre_2465_jquery.patch
| File jeffsayre_2465_jquery.patch, 923 bytes (added by , 16 years ago) |
|---|
-
Volumes/Sayre
819 819 820 820 /** Alternate Highlighting ******************************************/ 821 821 822 jq(' table tr,div.message-box, ul#topic-post-list li').each( function(i) {822 jq('div.message-box, ul#topic-post-list li').each( function(i) { 823 823 if ( i % 2 != 1 ) 824 824 jq(this).addClass('alt'); 825 825 }); 826 827 jq('table tr:nth-child(even)').addClass('alt'); 826 828 827 829 /** Private Messaging ******************************************/ 828 830