Rnd Mousetrack is Jquery Plugin for tracking mouse on usability testing
- Easy To use:
- ITS JQUERY PLUGIN:
- minimal configuration
- it use local storage
add source file to your project [Mousetrackv.0.1.js]
initialize using
$(element).rndmousetrack(mode,localstorename,viewcolor);
- 'track' = Record all the mouse movement
- 'view' = view recorded data it's relative to the storename
- 'clean' = clean client localstorage
- rndMousetrack use local storage to store the data, if you want test multiple page please change the localstorename for each page
*define color for the color of the view track
rndMouseTrack is gnu public license