$('#iframe').contents().find('html').on('mousemove', function (e) { //gives me location in terms of the iframe but not the entire page. var y = e. ... pageY; // ...
確定! 回上一頁