forked from PkSM3/CommExJS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathglyphicons.html
66 lines (52 loc) · 1.91 KB
/
glyphicons.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>TinawebJS</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8">
<link rel="stylesheet" href="jquery/jquery-ui.css" media="screen">
<!-- <link rel="stylesheet" href="css/bootstrap.css" media="screen">
<link rel="stylesheet" href="css/freshstyle.css" media="screen">
<link rel="stylesheet" href="css/custom.css" media="screen">
<link rel="stylesheet" href="css/sidebar.css" media="screen">
<link rel="stylesheet" href="bootswatch/css/bootswatch.css">
<link rel="stylesheet" href="css/font.css" type="text/css">
<link rel="stylesheet" href="css/token-input.css" type="text/css"> -->
</head>
<body class="gradient">
<!doctype html>
<!-- <head>
<meta charset="utf-8">
<title>mousedown demo</title>
<script src="http://code.jquery.com/jquery-1.10.2.js"></script>
</head>
<body> -->
<p>Press mouse and release here.</p>
<img src="img/descarga.png"></img>
</div>
<script src="jquery/jquery-1.10.2.js" type="text/javascript"></script>
<script>
$( "p" )
.mouseup(function(e) {
console.log("mouse up")
console.log(e)
})
.mousedown(function(e) {
console.log("mouse down")
console.log(e)
});
</script>
<!--
<script src="jquery/jquery-ui.js" type="text/javascript"></script>
<script src="libs/jquery/jquery.ba-dotimeout.min.js" type="text/javascript"></script>
<script src="libs/jquery/jquery.mousewheel.min.js" type="text/javascript"></script>
<script src="libs/jquery/jquery.tokeninput.js" type="text/javascript"></script>
-->
<script src="libs/bootstrap/js/bootstrap.min.js"></script>
<!--
<script src="bootswatch/js/bootswatch.js"></script>
<script src="libs/bootstrap/js/bootstrap-modal.js" type="text/javascript"></script>
-->
</body>
</html>