imgAreaSelect 基于jQuery的图片切割放大插件 0.94 |
2021-01-21 21:48:56 35资源网(www.35d.net) |
js |
下载本资源原文网址:http://www.daima.org/js/js12117.html 强大的基于jQuery的图片切割插件,图片选择框可以按一定的比例实现。 实例代码: [code] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "//www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="//www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312" /> <title>imgAreaSelect jQuery plugin - Examples</title> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script> <script src="scripts/jquery.imgareaselect.pack.js"></script>
<link rel="stylesheet" type="text/css" href="css/imgareaselect-default.css" /> </head>
<body> <div> <script type="text/javascript"> $(function () { $('#ladybug_ant').imgAreaSelect({ maxWidth: 200, maxHeight: 150, handles: true }); $('#bee').imgAreaSelect({ aspectRatio: '4:3', handles: true }); $('#duck').imgAreaSelect({ x1: 120, y1: 90, x2: 280, y2: 210 }); }); </script>
</div> <p style="text-align: center;"> <img id="ladybug_ant" src="ladybug_ant.jpg" alt="A ladybug being harassed by an ant." title="A ladybug being harassed by an ant."> </p>
<p style="text-align: center;"> <img id="bee" src="bee.jpg" alt="Busy bee" title="Busy bee"> </p>
<p style="text-align: center;"> <img id="duck" src="duck.jpg" alt="Why did the duck cross the road?" title="Why did the duck cross the road?"> </p> </body> </html> [/code] |
|
|
|
资源大全_资源下载网站:www.35d.net 本站资源仅限研究学习使用,如需商用请联系版权方, 本站事务联系QQ:939804642
|
|