Get rid of global functions
There are lot of global functions (see compiled app.js file)
We need to move most of those functions into
$(function() { });
to remove them from global scope
Get rid of global functions
There are lot of global functions (see compiled app.js file)
We need to move most of those functions into
$(function() { });
to remove them from global scope