Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

sizzlebench.html 297B

12345678910111213
  1. <html>
  2. <head>
  3. <title>Sizzle</title>
  4. <script type="text/javascript" src="../js/sizzle.min.js"></script>
  5. <script type="text/javascript">
  6. window.parent.sizzlebenchmark = function(sel) {
  7. return Sizzle(sel).length;
  8. }
  9. </script>
  10. </head>
  11. <body>
  12. </body>
  13. </html>