文章出處

<html>

<span style="position:absolute" id="xy_test"></span>

</html>

<script>

 $(function(){

  $(document).mousemove(function(e){
  $('#xy_test').text(e.clientX+","+e.clientY);
  $('#xy_test').css('left',e.clientX+15+document.body.scrollleft - document.body.clientleft);
  $('#xy_test').css('top',e.clientY+15+document.body.scrollTop - document.body.clientTop);
  })

})

</script>

  模版世界:http://www.templatesy.com


文章列表


不含病毒。www.avast.com
arrow
arrow
    全站熱搜
    創作者介紹
    創作者 大師兄 的頭像
    大師兄

    IT工程師數位筆記本

    大師兄 發表在 痞客邦 留言(0) 人氣()