Edit D:\chineseall_products\bak\digitalLib6\pages\screen\web\vertical\js\dragQrCode.js
$(function(){ //?????????????????? var Y_SHOW = 0;//????????Top?? var Y_HIDE = -170;//????????Top?? $("#dragQrCode").css("top", Y_HIDE + "px"); var dragYLast = Y_HIDE;//???????????????Y?? var $dragQrCode = $("#dragQrCode").draggabilly({ axis: 'y' }); $dragQrCode.on('dragEnd', function(event, pointer) { var dragY = parseInt($(this).css("top").replace("px",""));//???????????????? var dragDist = dragY - dragYLast; if(dragDist > 10) { $(this).animate({ top: Y_SHOW + "px" }, function(){ dragYLast = Y_SHOW;//?????????????????????? $("#dragHandle").attr("src","img/ico001.png"); }); } else if(dragDist < -10) { $(this).animate({ top: Y_HIDE + "px" }, function(){ dragYLast = Y_HIDE;//?????????????????????? $("#dragHandle").attr("src","img/ico1.gif"); }); } else { $(this).animate({ top: dragYLast + "px" }); } }); });
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de