jQuery计算鼠标与指定元素之间的距离
(函数(){())
我的距离,
距离= $(美元的#距离跨度),
$元=美元(#元);
功能calculatedistance(元素、mouseX,老鼠){
返回math.floor(math.sqrt(math.pow(mouseX)(elem.offset()。左+(元素。宽度)( / 2)),2)+ math.pow(老鼠-(elem.offset()(数学。:))(2))。
}
$(document)。Mousemove(function(e){
MX = e.pagex;
我的e.pagey;
距离= calculatedistance($元,MX,我);
distance.text美元(距离);
});
});
希望本文能对大家的jQuery程序设计有所帮助。