You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

GQuerySample.html 215B

12345678910
  1. <html>
  2. <head>
  3. <title>GQuery Demo</title>
  4. <script language="javascript" src="gquery.GQuerySample.nocache.js"></script>
  5. </head>
  6. <body>
  7. <div>Foo <span class="note">bar</span> baz</div>
  8. </body>
  9. </html>