Personal tools

Widget:Test: Difference between revisions

From FANTOM5_SSTAR

Jump to: navigation, search
(Created page with "<script type="text/javascript"> document.write('I wrote something!!!'); </script>")
 
No edit summary
 
Line 1: Line 1:
<script type="text/javascript">
<script type="text/javascript">
   document.write('I wrote something!!!');
   document.write('I wrote something!!!');
  $("#test").css('color','red');
</script>
</script>

Latest revision as of 16:00, 21 May 2019

<script type="text/javascript">

  document.write('I wrote something!!!');
  $("#test").css('color','red');

</script>