参考头像截图,js、css文件可以网上下载
前台代码:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="Head1" runat="server">
<title>上传大小不变图片缩放的切图</title>
<link href="Css/CutPhoto.css" type="text/css" rel="Stylesheet" />
<script type="text/javascript" src="js/jquery.min.js"></script>
<script src="JS/jquery.easydrag.js" type="text/javascript"></script>
<script src="JS/CutPhoto.js" type="text/javascript"></script>
<script type="text/javascript">
function Step1() {
$("#Step2Container").hide();
$("#savephoto").hide();
}
function Step2() {
$("#Step2Container").hide();
$("#Step1Container").hide();
$("#savephoto").show();
}