File: test/test.php

Recommend this page to a friend!
  Classes of Emil Kilhage   jQuery Aggregate   test/test.php   Download  
File: test/test.php
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: jQuery Aggregate
Calculate an element with values of input elements
Author: By
Last change: Update of test/test.php
Date: 2 years ago
Size: 817 bytes
 

Contents

Class file image Download
<!DOCTYPE html> <html> <head> <title>QUnit Test Suite - jQuery.aggregate</title> <link rel="stylesheet" href="qunit/qunit.css" type="text/css" media="screen"> <script type="text/javascript" src="qunit/qunit.js"></script> <script src="jquery.js" type="text/javascript"></script> <script src="../jquery.aggregate<?php echo isset($_GET["a"]) ? $_GET["a"] : "" ?>.js" type="text/javascript"></script> <script type="text/javascript" src="test.js"></script> </head> <body> <h1 id="qunit-header">QUnit Test Suite - jQuery.aggregate</h1> <h2 id="qunit-banner"></h2> <div id="qunit-testrunner-toolbar"></div> <h2 id="qunit-userAgent"></h2> <ol id="qunit-tests"></ol> <div id="qunit-fixture"></div> </body> </html>