I had look at this question to know about what this means.
(function($) {
})(jQuery);
I am looking at different bootstrap plugins, which have +function ($), while defining the function. 
What does + does here, does it appends this function to other functions ? 
 
     
    