File: index.html

package info (click to toggle)
libjs-jquery-colorpicker 1.2.20-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 984 kB
  • sloc: javascript: 6,197; makefile: 2
file content (19 lines) | stat: -rw-r--r-- 851 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html>
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
        <title>JQCP QUnit test</title>
		<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.js"></script>
		<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/jquery-ui.js"></script>
		<link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/themes/ui-lightness/jquery-ui.css" rel="stylesheet" type="text/css"/>
		<link rel="stylesheet" href="http://code.jquery.com/qunit/qunit-1.11.0.css"/>
		<script src="http://code.jquery.com/qunit/qunit-1.11.0.js"></script>
	</head>
	<body>
		<div id="qunit"></div>
		<div id="qunit-fixture"></div>
		<script src="../jquery.colorpicker.js"></script>
		<script src="events.js"></script>
		<script src="issues.js"></script>
	</body>
</html>