帝国CMS程序安装头像裁切插件,帝国CMS怎么实现头像裁切功能(4)

法律法规网 作者:小柯
来源 来源: 网络  法律法规网 时间: 2014-01-22 10:26:01  评论(/)

   {
    var src=GetImgSrcValue();
    var SX=  $('#x1').val();
    var SY=  $('#y1').val();
    var  W=  $('#w').val();
    var  H=  $('#h').val();
    var width=$('#target').width();
    $.ajax({
    url:"ImgCut/ImgCut.ashx",
    type:"post",
    dataType:"xml",
    data:{"pPath":src,"SX":SX,"SY":SY,"W":W,"H":H,"width":width},
    beforeSend:function(XMLHttpRequest){
    },
    success:function(data,status){
    if($(data).find("content").text()!="Error")
    {
      $("#Img1").attr("src",$(data).find("content").text()+"?img="+Math.random());
    }
    },
    complete:function(data,status){
    },
    error:function(){
    }
    });
   
   }
   
    $(function(){
   
    // CutLoad();
   
    $("#uploadImg").uploadify({
               'uploader': '/uploadify/uploadify.swf',
tags:

站长推荐 / Recommend

最近更新 / Latest

站长推荐:

网站首页 关于我们 友情链接 广告服务 联系我们 网站地图 免责声明 WAP
Powered by LC123.NET 8.5  © 2009-2015
本站常年法律顾问 王正兴 律师