Html
    Css
    Js

    
                        
* {
	margin:0;
	padding:0;
}
.scroll {
	margin:100px;
	width:500px;
	height:5px;
	background:#ccc;
	position:relative;
}
.bar {
	width:10px;
	height:20px;
	background:#369;
	position:absolute;
	top:-7px;
	left:0;
	cursor:pointer;
}
.mask {
	position:absolute;
	left:0;
	top:0;
	background:#369;
	width:0;
	height:5px;
}

                        
↑上面代码改变,会自动显示代码结果 jQuery调用版本:1.11.3
 立即下载

Javript实现水平进度条拖拽效果

0