JS各种各样的拖动效果


拖动效果函数演示 by Longbill.cn - 锐客网

body
{
font-size:12px;
color:#333333;
border : 0px solid blue;
}
div
{
position : absolute;
background-color : #c3d9ff;
margin : 0px;
padding : 5px;
border : 0px;
width : 100px;
height:100px;
}





div1:我可以被拖动
div2:来拖我呀
div3:我随便你拖
div4:我可以随窗口滑动,把我拖到最下面,然后滚动网页看看
作者: Longbill
www.longbill.cn

参数说明:

drag(obj [,scroll]);

obj:对象的id或对象本身;

scroll(可选):对象是否随窗口拖动而滑动,默认为否

鼠标右键查看源代码





【JS各种各样的拖动效果】

转载于:https://www.cnblogs.com/jcomet/archive/2008/07/14/1242797.html

    推荐阅读