Skip to content

greaterthanten/jquery.analyze

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jquery.analyze

jQuery plugin that automatically tracks user events out-of-the-box.

Installation

Include script after the jQuery library:

<script src="/path/to/jquery.analyze.js"></script>

Usage

Track all activity on a page:

$('body').analyze();

Track all activity within the nav"

$('.nav').analyze();

Development

Pull requests are very welcome!

Authors

About

jQuery plugin that automatically tracks user events out-of-the-box.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published