复制代码 代码如下:
<html>
<script type="text/javascript" src="/UploadFiles/2021-04-02/jquery.js">
<style>
.d_b{
height: 20px;
width: 10px;
display: inline-block;
background-color: black;
position: relative;
vertical-align: middle;
top: -15px;
left: -5px;
}
</style>
<div id="d" style="width:200px;cursor: pointer;" max=100 min=0 value=10 >
<div style="height:10px; width:100%; background-color:green" ></div>
<b class="d_b"></b>
</div>
<b id="text"></b>
<script>
var $dom = $(document);
$dom.on('mousedown','#d',function (argument) {
$(this).data('mouse','down');
console.log('down');
})
$dom.on('mouseup',function(){
$('#d').data('mouse','up');
console.log('up');
});
$dom.on('mousemove','#d',function(event){
if($(this).data('mouse') == 'down'){
var m_x = event.clientX;
var d_b = $(this).find('.d_b');
m_x = m_x < 8 "" src="/UploadFiles/2021-04-02/2015031611021614.png">
以上就是本文的全部内容了,希望能够对大家学习使用jQuery有所帮助。
jQuery,IE,滑动条
免责声明:本站文章均来自网站采集或用户投稿,网站不提供任何软件下载或自行开发的软件! 如有用户或公司发现本站内容信息存在侵权行为,请邮件告知! 858582#qq.com