File: index.html

package info (click to toggle)
jquery-throttle-debounce 1.1%2Bdfsg.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 160 kB
  • sloc: javascript: 241; php: 104; makefile: 24
file content (28 lines) | stat: -rw-r--r-- 1,036 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html>
<html>
<head>
  <title>jQuery throttle / debounce - Unit Tests</title>
  <link rel="stylesheet" href="qunit.css" type="text/css" media="screen">
  <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-throttle-debounce.js"></script>
  <script type="text/javascript" src="unit.js"></script>
</head>
<body>
  <div id="qunit-header">
    <h1>jQuery throttle / debounce - Unit Tests</h1>
    <small><a href="http://benalman.com/projects/jquery-throttle-debounce-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>
    These unit tests include jQuery <span id="jq_version">...</span>. To view the unit tests using
    jQuery 1.3.2, <a href="./jquery-1.3.2.html">click here</a>
  </p>
  <ol id="qunit-tests"></ol>
</body>
</html>