UNPKG

alpaca

Version:

Alpaca provides the easiest and fastest way to generate interactive forms for the web and mobile devices. It runs simply as HTML5 or more elaborately using Bootstrap, jQuery Mobile or jQuery UI. Alpaca uses Handlebars to process JSON schema and provide

40 lines (37 loc) 1.86 kB
<!DOCTYPE html> <html> <head> <title>jQuery hashchange event - Unit Tests</title> <link rel="stylesheet" href="qunit.css" type="text/css" media="screen"> <script type="text/javascript"> document.domain = document.domain.split('.').slice(-2).join('.'); var document_domain_set = true; </script> <script type="text/javascript" src="../shared/qunit.js"></script> <script type="text/javascript" src="../shared/jquery-1.4.2.js"></script> <script type="text/javascript" src="../jquery.ba-hashchange.js"></script> <script type="text/javascript" src="unit.js"></script> </head> <body> <div id="qunit-header"> <h1>jQuery hashchange event - Unit Tests</h1> <small><a href="http://benalman.com/projects/jquery-hashchange-plugin/">Project Home</a></small> <div style="clear:both"></div> </div> <h2 id="qunit-banner"><span></span></h2> <div id="qunit-testrunner-toolbar"></div> <h2 id="qunit-userAgent"></h2> <p> <i>These unit tests include jQuery <span id="jq_version">...</span>.</i> <br>To view the unit tests using jQuery 1.4.2, <a href="./">click here</a>. <br>To view the unit tests using jQuery 1.4.1, <a href="./jquery-1.4.1.html">click here</a>. <br>To view the unit tests using jQuery 1.3.2, <a href="./jquery-1.3.2.html">click here</a>. <br>To view the unit tests using jQuery 1.2.6, <a href="./jquery-1.2.6.html">click here</a>. <br>To view a unit test page using &lt;meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7"&gt; <a href="./ie7-compat.html">click here</a> (IE8). <br>To view a unit test page using document.domain; <a href="./document-domain.html">click here</a>. <b>(selected)</b> </p> <ol id="qunit-tests"></ol> <h3 id="notice"></h3> <div style="height:2000px"></div><!-- make sure the page doesn't scroll when the event is first bound --> </body> </html>