index.html 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. <!DOCTYPE html>
  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. <div class="container">
  12. <div class="row">
  13. <div class="span12">
  14. <div class="jc-demo-box">
  15. <div class="page-header">
  16. <ul class="breadcrumb first">
  17. <li><a href="http://tapmodo.com/">Tapmodo</a> <span class="divider">/</span></li>
  18. <li class="active">Jcrop Plugin</li>
  19. </ul>
  20. <h1>Jcrop Image Cropping Plugin</h1>
  21. </div>
  22. <big>
  23. <a href="http://deepliquid.com/content/Jcrop.html"><b>Jcrop</b></a>
  24. is the image cropping plugin for
  25. <a href="http://jquery.com/">jQuery</a>.<br />
  26. You've successfully unpacked Jcrop.
  27. </big>
  28. <h3>Static Demos</h3>
  29. <ul>
  30. <li><a href="demos/tutorial1.html">Hello World</a>
  31. &mdash; default behavior</li>
  32. <li><a href="demos/tutorial2.html">Basic Handler</a>
  33. &mdash; basic form integration</li>
  34. <li><a href="demos/tutorial3.html">Aspect Ratio w/ Preview Pane</a>
  35. &mdash; nice visual example</li>
  36. <li><a href="demos/tutorial4.html">Animation/Transitions</a>
  37. &mdash; animation/fading demo</li>
  38. <li><a href="demos/tutorial5.html">API Interface</a>
  39. &mdash; real-time API example</li>
  40. <li><a href="demos/styling.html">Styling Example</a>
  41. &mdash; style Jcrop dynamically with CSS
  42. <small>New in 0.9.10</small>
  43. </li>
  44. <li><a href="demos/non-image.html">Non-Image Elements</a>
  45. &mdash; attach to other DOM block elements
  46. <small>New in 0.9.10</small>
  47. </li>
  48. </ul>
  49. <h3>Live Demo</h3>
  50. <ul>
  51. <li><a href="demos/crop.php">PHP Cropping Demo</a>
  52. &mdash; requires PHP/gd support</li>
  53. </ul>
  54. <h3>Jcrop Links</h3>
  55. <ul>
  56. <li><a href="http://deepliquid.com/content/Jcrop.html">Jcrop Home</a></li>
  57. <li><a href="http://deepliquid.com/content/Jcrop_Manual.html">Jcrop Manual</a></li>
  58. </ul>
  59. <div class="tapmodo-footer">
  60. <a href="http://tapmodo.com" class="tapmodo-logo segment">tapmodo.com</a>
  61. <div class="segment"><b>&copy; 2008-2013 Tapmodo Interactive LLC</b><br />
  62. Jcrop is free software released under <a href="MIT-LICENSE.txt">MIT License</a>
  63. </div>
  64. </div>
  65. <div class="clearfix"></div>
  66. </div>
  67. </div>
  68. </div>
  69. </div>
  70. </body>
  71. </html>