第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問題,去搜搜看,總會(huì)有你想問的

使用鼠標(biāo)懸停從左到右、從右到左滾動(dòng)

使用鼠標(biāo)懸停從左到右、從右到左滾動(dòng)

犯罪嫌疑人X 2023-09-25 16:17:33
我嘗試使用 jQuery (jquery-1.7.1.min.js) 滾動(dòng),mouseover但無法滾動(dòng)。下面是我的代碼。var ele = $('html,body');var speed = 1,  scroll = 3,  scrolling;$('#up').mouseenter(function() {  //scroll the element up  scrolling = window.setInterval(function() {    ele.scrollTop(ele.scrollTop() - scroll);  }, speed);});$('#down').mouseenter(function() {  //scroll the element down  scrolling = window.setInterval(function() {    ele.scrollTop(ele.scrollTop() + scroll);  }, speed);});$('#up, #down').bind({  click: function(e) {    //stop scrolling    if (scrolling) {      //prevents the default click action      e.preventDefault();    }  },  mouseleave: function() {    if (scrolling) {      window.clearInterval(scrolling);      scrolling = false;    }  }});.control {  width: 100%;  position: fixed;  text-align: center}#up.control {  position: fixed;  top: 0}#down.control {  position: fixed;  top: 20}/* no needed: */#scroll {  overflow-x: scroll;  width: 500px;  white-space: nowrap;  overflow: hidden!imprtant;}onmouse左側(cè)和右側(cè)需要從左到右和從左到右滾動(dòng)文本,但它無法使用 jQuery。
查看完整描述

目前暫無任何回答

  • 0 回答
  • 0 關(guān)注
  • 117 瀏覽

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)