topical media & game development

talk show tell print

lib-present-jquery-desktop-jquery-nutshell.htm / htm



  <html>
  <head>
    <script src="lib-present-jquery-desktop-basic-steps-lib-jquery-1.2.6.js" ></script>
  </head>
  <body>
    <p>The first paragraph.</p>
    <p>The second paragraph.</p>
    <script>
      document.ready(function() {
        $('p:first').css('background-color', 'yellow');
      });
    </script>
  </body>
  </html>
  


(C) Æliens 04/09/2009

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.