Test Page

From :: ChromeRivals Wiki ::
Revision as of 23:49, 23 April 2024 by Ranzu (talk | contribs)
Jump to navigation Jump to search
Header text Example
Example Example
Function (click)
Example123 Example123xx
Example32323 tete
Examplzxczxc asdas
Example32asdasd 34234
Example890890 zxcxc
Example3232312323 gdfg
Armor Example
Shield Example
       .JS-Toggle-Row {
           display: none;
       }
       
               $(document).ready(function() {
           $('.JS-Toggle').click(function() {
               $(this).closest('table').find('.JS-Toggle-Row').toggle();
           });
       });