hjg
2024-07-09 30304784e82d4bba24121328da8eb8490aec4f4f
提交 | 用户 | 时间
58d006 1 <!DOCTYPE html>
A 2 <html lang="en">
3 <head>
4   <title>Jcrop: the jQuery Image Cropping Plugin</title>
5   <link rel="stylesheet" href="demos/demo_files/main.css" type="text/css" />
6   <link rel="stylesheet" href="demos/demo_files/demos.css" type="text/css" />
7   <script src="js/jquery.min.js"></script>
8   <meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
9 </head>
10 <body>
11
12 <div class="container">
13 <div class="row">
14 <div class="span12">
15 <div class="jc-demo-box">
16
17 <div class="page-header">
18 <ul class="breadcrumb first">
19   <li><a href="http://tapmodo.com/">Tapmodo</a> <span class="divider">/</span></li>
20   <li class="active">Jcrop Plugin</li>
21 </ul>
22 <h1>Jcrop Image Cropping Plugin</h1>
23 </div>
24
25
26 <big>
27     <a href="http://deepliquid.com/content/Jcrop.html"><b>Jcrop</b></a>
28     is the image cropping plugin for
29     <a href="http://jquery.com/">jQuery</a>.<br />
30     You've successfully unpacked Jcrop.
31 </big>
32
33 <h3>Static Demos</h3>
34
35 <ul>
36     <li><a href="demos/tutorial1.html">Hello World</a>
37         &mdash; default behavior</li>
38     <li><a href="demos/tutorial2.html">Basic Handler</a>
39         &mdash; basic form integration</li>
40     <li><a href="demos/tutorial3.html">Aspect Ratio w/ Preview Pane</a>
41         &mdash; nice visual example</li>
42     <li><a href="demos/tutorial4.html">Animation/Transitions</a>
43         &mdash; animation/fading demo</li>
44     <li><a href="demos/tutorial5.html">API Interface</a>
45         &mdash; real-time API example</li>
46     <li><a href="demos/styling.html">Styling Example</a>
47         &mdash; style Jcrop dynamically with CSS
48     <small>New in 0.9.10</small>
49     </li>
50   <li><a href="demos/non-image.html">Non-Image Elements</a>
51     &mdash; attach to other DOM block elements
52     <small>New in 0.9.10</small>
53     </li>
54 </ul>
55
56 <h3>Live Demo</h3>
57
58 <ul>
59     <li><a href="demos/crop.php">PHP Cropping Demo</a>
60         &mdash; requires PHP/gd support</li>
61 </ul>
62
63 <h3>Jcrop Links</h3>
64
65 <ul>
66     <li><a href="http://deepliquid.com/content/Jcrop.html">Jcrop Home</a></li>
67     <li><a href="http://deepliquid.com/content/Jcrop_Manual.html">Jcrop Manual</a></li>
68 </ul>
69
70 <div class="tapmodo-footer">
71   <a href="http://tapmodo.com" class="tapmodo-logo segment">tapmodo.com</a>
72   <div class="segment"><b>&copy; 2008-2013 Tapmodo Interactive LLC</b><br />
73     Jcrop is free software released under <a href="MIT-LICENSE.txt">MIT License</a>
74   </div>
75 </div>
76 <div class="clearfix"></div>
77
78 </div>
79 </div>
80 </div>
81 </div>
82
83 </body>
84 </html>