Skip to content

Instantly share code, notes, and snippets.

View adrianrodriguez's full-sized avatar
💭
Looking for work

Adrian Rodriguez adrianrodriguez

💭
Looking for work
View GitHub Profile
var interaction = (function($, window, undefined) {
// These are some global variables.
var example_a = '';
// This is a standard document ready from jQuery. It allows the script to self-start.
$(document).ready(function(){
interaction.init();
var total = setInterval(function(){
interaction.totals();
}, 50);