User Tools

Site Tools


test3

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Last revisionBoth sides next revision
test3 [2020/10/29 16:29] – created admintest3 [2022/07/15 15:38] admin
Line 1: Line 1:
-test+====== Test Pagestyle via JS ====== 
 + 
 +<HTML><script> jQuery("body").toggleClass('pst_myclass', true); </script> </HTML> 
 + 
 +<HTML><style> .pst_myclass { color: red; }  </style> </HTML> 
 +