What does (function( $ ){...})( jQuery ); do/mean?
- by Derek Adair
Hi,
I am a bit new to reusable plugins for jquery. I have ran across this code several times and can't figure out exactly what is going on.
(function( $ ){
...
})( jQuery );
Can any one enlighten me?