I didn't find a post asking for a pattern similar to this one, sorry if I missed it.
Anyway, I'm repeateadly seeing this pattern in many jQuery plugins or scripts:
(function () {
...........
}());
What's its purpose? Does it have a name?
Thanks!