I\'m trying to understand js module patterns in use with jQuery. I\'ve edited this a couple of times and will try to end up with a good practice for my skill level (a couple of
There are many places that will give you an in depth explanation of the module pattern; jQuery's usage of it is pretty standard.
This is just one of the many module pattern explanations out there.