File: test/bench.php

Recommend this page to a friend!
  Classes of Emil Kilhage   jQuery YouTube Player Plugin   test/bench.php   Download  
File: test/bench.php
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: jQuery YouTube Player Plugin
Embed YouTube video player and images in a page
Author: By
Last change: Update of test/bench.php
Date: 2 years ago
Size: 611 bytes
 

Contents

Class file image Download
<!DOCTYPE html> <html> <head> <title></title> <link rel="stylesheet" type="text/css" href="../../jquery-benchmark/jquery-benchmark-suit.css" /> <script src="http://code.jquery.com/jquery.js"></script> <script src="../../jquery-benchmark/jquery-benchmark.js"></script> <script src="../../jquery-benchmark/jquery-benchmark-suit.js"></script> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <script src="../jquery-youtube<?php echo isset($_GET["a"]) ? ".min" : "" ?>.js"></script> <script src="bench.js"></script> </head> <body> </body> </html>