forked from tapmodo/Jcrop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
84 lines (71 loc) · 2.32 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<!DOCTYPE html>
<html lang="en">
<head>
<title>Jcrop: the jQuery Image Cropping Plugin</title>
<link rel="stylesheet" href="demos/demo_files/main.css" type="text/css" />
<link rel="stylesheet" href="demos/demo_files/demos.css" type="text/css" />
<script src="js/jquery.min.js"></script>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
</head>
<body>
<div class="container">
<div class="row">
<div class="span12">
<div class="jc-demo-box">
<div class="page-header">
<ul class="breadcrumb first">
<li><a href="http://tapmodo.com/">Tapmodo</a> <span class="divider">/</span></li>
<li class="active">Jcrop Plugin</li>
</ul>
<h1>Jcrop Image Cropping Plugin</h1>
</div>
<big>
<a href="http://deepliquid.com/content/Jcrop.html"><b>Jcrop</b></a>
is the image cropping plugin for
<a href="http://jquery.com/">jQuery</a>.<br />
You've successfully unpacked Jcrop.
</big>
<h3>Static Demos</h3>
<ul>
<li><a href="demos/tutorial1.html">Hello World</a>
— default behavior</li>
<li><a href="demos/tutorial2.html">Basic Handler</a>
— basic form integration</li>
<li><a href="demos/tutorial3.html">Aspect Ratio w/ Preview Pane</a>
— nice visual example</li>
<li><a href="demos/tutorial4.html">Animation/Transitions</a>
— animation/fading demo</li>
<li><a href="demos/tutorial5.html">API Interface</a>
— real-time API example</li>
<li><a href="demos/styling.html">Styling Example</a>
— style Jcrop dynamically with CSS
<small>New in 0.9.10</small>
</li>
<li><a href="demos/non-image.html">Non-Image Elements</a>
— attach to other DOM block elements
<small>New in 0.9.10</small>
</li>
</ul>
<h3>Live Demo</h3>
<ul>
<li><a href="demos/crop.php">PHP Cropping Demo</a>
— requires PHP/gd support</li>
</ul>
<h3>Jcrop Links</h3>
<ul>
<li><a href="http://deepliquid.com/content/Jcrop.html">Jcrop Home</a></li>
<li><a href="http://deepliquid.com/content/Jcrop_Manual.html">Jcrop Manual</a></li>
</ul>
<div class="tapmodo-footer">
<a href="http://tapmodo.com" class="tapmodo-logo segment">tapmodo.com</a>
<div class="segment"><b>© 2008-2013 Tapmodo Interactive LLC</b><br />
Jcrop is free software released under <a href="MIT-LICENSE.txt">MIT License</a>
</div>
</div>
<div class="clearfix"></div>
</div>
</div>
</div>
</div>
</body>
</html>