jQuery的图片区域选择

1:需要jQuery.js和jquery.imgareaselect插件的支持
2:
·指定图片选择的最大宽和长:$("对象").imgAreaSelect({maxWidth:200px,maxHeight:200px,handles:true});
·指定图片加载完成后,默认选择的起始大小和位置:$("对象").imgAreaSelect({x1:100px,y1:100px,x2:200px,y2:200px});
·指定图片选择的固定比例:$("对象").imgAreaSelect({aspectRatio:'4:3', handles: true});

4:这儿都是使用的JSON给方法imgAreaSelect传递的参数

你可能感兴趣的:(jquery,json)