I’m having some confusion between several JS structures, one of them is this one:
http://pastebin.com/uZD9dfCH
What’s that? Is that a class? A function? An extension to jquery?
I’m having trouble understanding the difference between all those JS structures.
Any help will be appreciated 😀
That’s a shortcut for
$( document ).ready( function () { /* Code here */ } )