2007年6月15日 星期五

Lab Drag-and-Drop by AJAX







程式碼





height="200" width="125">
x="5" y="5" >Shopping Cart

height="200" width="125">
x="5" y="5" >Wish List



resource="cd_cover.jpg"
onmousedown="dragging.apply()"
onmouseup="dragging.remove(); stop()">




if (this.x>wish.x) {
this.animate("x", wish.x+10, 300);
this.animate("y", wish.y+55, 300);
playX.setAttribute('play',true)
} else {
this.animate("x", cart.x+10, 300);
this.animate("y", cart.y+55, 300);
playX.setAttribute('play',false)
}




Drag picture between shopping cart and wishlist

沒有留言: