TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Javascript mouse tracking library

1 点作者 obviator超过 14 年前
I'm working on a project that involves tracking mouse movements on a webpage, and submitting them to the server for playback on another computer. I've been looking around but can't seem to find a good javascript library for the job. There are a few older examples written in Prototype, but I'd prefer to use JQuery or just plain javascript.<p>Ideally I'm looking for a method that will take very little bandwidth (i.e. quick to submit to the server), and will POST back the results in near-realtime. Before I go ahead and write my own library from scratch - does anybody know of an existing javascript source which could be extended for this purpose?

1 comment

landyman超过 14 年前
I don't know of a library, but I have seen some sites that offer software to do it.<p>I'd try <a href="http://mouseflow.com/" rel="nofollow">http://mouseflow.com/</a>. I haven't used it yet, but it looks cool.<p>I used <a href="http://www.crazyegg.com/" rel="nofollow">http://www.crazyegg.com/</a> on a project a couple of years ago and it got the job done; though it may not be what you're looking for.
评论 #2233709 未加载