89387341 2015-04-09
<html>
<head>
<scriptsrc="http://code.jquery.com/jquery-latest.js"></script>
<scripttype="text/javascript">
$(document).ready(function(){
$(document).mousemove(function(){
$("span").text("X:"+event.pageX+",Y:"+event.pageY);
});
});
</script>
</head>
<body>
<p>鼠标指针位于:<span></span></p>
</body>
</html>
<div id="s" onmouseover="test" style="float:left;background-color: red;width: 300px;height: 60px;mar