Bug 20489 Configure illegal file characters https://bugzilla.wikimedia.org/show_bug...
[mediawiki.git] / js2 / mwEmbed / libClipEdit / Jcrop / demos / tutorial1.html
blobcfe46ea267c860eb8f6612d364bbb1fa0def17e8
1 <html>
2 <head>
4 <script src="../js/jquery.min.js"></script>
5 <script src="../js/jquery.Jcrop.js"></script>
6 <link rel="stylesheet" href="../css/jquery.Jcrop.css" type="text/css" />
7 <link rel="stylesheet" href="demo_files/demos.css" type="text/css" />
9 <script language="Javascript">
11 jQuery(function(){
12 jQuery('#cropbox').Jcrop();
13 });
15 </script>
17 </head>
19 <body>
20 <div id="outer">
21 <div class="jcExample">
22 <div class="article">
24 <h1>Jcrop - Hello World</h1>
25 <img src="demo_files/flowers.jpg" id="cropbox" />
27 <p>
28 <b>This example is provided as a demo of the default behavior of Jcrop.</b>
29 Since no event handlers have been attached it only performs
30 the cropping behavior.
31 </p>
33 <div id="dl_links">
34 <a href="http://deepliquid.com/content/Jcrop.html">Jcrop Home</a> |
35 <a href="http://deepliquid.com/content/Jcrop_Manual.html">Manual (Docs)</a>
36 </div>
38 </div>
39 </div>
40 </div>
41 </body>
42 </html>