Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1011 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 1011 Bytes

⚠ For Testing Purpose only, not applicable on production

Rnd Mousetrack is Jquery Plugin for tracking mouse on usability testing

Feature

  • Easy To use:
  • ITS JQUERY PLUGIN:
  • minimal configuration
  • it use local storage

How To use

add source file to your project [Mousetrackv.0.1.js]

initialize using

$(element).rndmousetrack(mode,localstorename,viewcolor);

Options

Mode

  • 'track' = Record all the mouse movement
  • 'view' = view recorded data it's relative to the storename
  • 'clean' = clean client localstorage

localstorename

  • rndMousetrack use local storage to store the data, if you want test multiple page please change the localstorename for each page

viewcolor

*define color for the color of the view track

License

rndMouseTrack is gnu public license