js 保持窗口随鼠标滚动

Posted applekingghfhfhbr

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了js 保持窗口随鼠标滚动相关的知识,希望对你有一定的参考价值。

ShowSummary: function () {
if (primeConfig.IfShowSummary) {
primeConfig.IfShowSummary = false;
$("#divDesc").slideUp("slow");
$("#divSummary").css("background-image", "url(Public/image/expand-btn.png)");
}
else {
primeConfig.IfShowSummary = true;
$("#divDesc").slideDown("slow");
$("#divSummary").css("background-image", "url(Public/image/collapse-btn.png)");
}
}
"CTO": "20FMCTO1WW",
" Land ": "US",
"VKs": [

]
}
]
}

position:fixed
_____margin-top:-23px____________________________
500GB7200RPMOPAL2

 


sp_InsertATSLog
sp_UpdateATSLog

 

tableRight


tableRight
if ($(".divContentImage").length > 0) {
var offset = $(".divContentImage").offset();
$(window).scroll(function () {
var scrollTop = $(window).scrollTop();
//如果距离顶部的距离小于浏览器滚动的距离,则添加fixed属性。

if (offset.top < scrollTop) {
$(".divContentImage").css({ top: "0px" });
}
else {//否则清除fixed的css属性
//$(".divContentImage").removeClass("fixed");
$(".divContentImage").css({ top: $(".divTitle").offset().top - 1 + "px" });
}
});
}




ConfiguratorNew.aspx


#divTopFix {
width: 100%;
background-color: #000000;
color: #FFFFFF;
height: 48px;
margin-bottom: 10px;
position: fixed;
}

#divTop

divBody_Center_Left_Row

" #abcabc".match(/^ /)

V_ManagementVisbilityVisibilityMaintain.aspx

 


multipleConfig.GetCheck();

 

$.post("/Handers/SmartFindCRM.ashx",
{
type: "GetMachineType",
productId: ‘10MQCTO1WW‘,
country: ‘JP‘,
saleorg:‘JP10‘,
language:‘English‘
},
function(data, status) {
$("#divModelName").html("");
//清空原选项
$("#ddlBaseWty").html("");

var dataObj = JSON.parse(data);

if (dataObj.exists != ‘Y‘) {
$("#errorMachineType")
.html("The machine type model you input may be incorrect, please input a valid one.");
$("#errordiv").show();
serviceCommon.ShowMask(false);
return;
}})


------------------
$.post("/Handers/FindServiceDefault.ashx",
{
type: "Machine",
ctoNumber: ‘20L8S59500 ‘,
country: ‘JP‘,
saleorg:‘JP10‘,
language:‘en-us‘,
machineType:‘N‘
},
function(data, status) {
$("#divModelName").html("");
//清空原选项
$("#ddlBaseWty").html("");

var dataObj = JSON.parse(data);

if (dataObj.exists != ‘Y‘) {
$("#errorMachineType")
.html("The machine type model you input may be incorrect, please input a valid one.");
$("#errordiv").show();
serviceCommon.ShowMask(false);
return;
}})

html = {<option></option><option value=‘D04‘ title=‘1 Year On-site (D04)‘ key=‘D04_1YROS‘>1 Year On-site (D04)</option><option value=‘D06‘ title=‘3 Year On-site (D06)‘ key=‘D06_3YROS‘>3 Year On-site (D06)</option>☆10MQ☆C☆N☆Thinkcentre M710q☆}


var test = listGEO[valueKey].Where(o => o.Code == "NB_COUNTRY").ToList();
foreach(var item in test)
{
item.Code = "CHINA";


}











































































































以上是关于js 保持窗口随鼠标滚动的主要内容,如果未能解决你的问题,请参考以下文章

JS或者jquery做 一个div不随滚动条上下移动改变位置的效果,就是div始终保持在浏览器的一个位置,不用css

div随鼠标移动

html 里面 div 滚动条保持在底部 及 div 位置固定。

怎么用js固定某个元素,让它不随页面的滚动而滚动,始终固定在窗口的某个位置?

js+css 实现遮罩居中弹出层(随浏览器窗口滚动条滚动)

js代码实现鼠标移动到上面一个效果,鼠标离开效果保持