-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
48 lines (46 loc) · 1.94 KB
/
index.html
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="generator" content="InstantBlueprint.com - Create a web project framework in seconds." />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>JsExp</title>
<meta name="description" content="Add your sites description here" />
<meta name="keywords" content="Add,your,site,keywords,here" />
<link rel="icon" type="image/x-icon" href="images/favicon.ico" />
<link rel="stylesheet" type="text/css" href="css/print.css" media="print" />
<link rel="stylesheet" type="text/css" href="css/reset.css" media="screen" />
<link rel="stylesheet" type="text/css" href="css/style.css" media="screen" />
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/customMultipleSelect_checkbox.js"></script>
</head>
<body>
<!-- Start: Center Wrap -->
<div id="wrapper">
<h3>Multi-select drop down
with check boxes</h3>
<!-- Start: contain -->
<div id="contain">
<select name="chosen" value="gotcha" tabindex="1" multiple class="mulSel">
<option value="one">one</option>
<option value="two">two</option>
<option value="three">three</option>
<option value="four">four</option>
<option value="five">five</option>
<option value="six">six</option>
<option value="seven">seven</option>
<option value="eight">eight</option>
<option value="nine">nine</option>
<option value="ten">ten</option>
<option value="eleven">eleven</option>
<option value="twelve">twelve</option>
<option value="thirteen">thirteen</option>
</select>
</div><!-- End: contain -->
<div class="theme">
<h3>Theme</h3>
<input type="radio" name="theme" value="select1" checked=true/><label>GreenBlue</label>
<input type="radio" name="theme" value="select2" /><label>RedYellow</label>
</div>
</div><!-- End: Center Wrap -->
</body>
</html>