I am trying to understand how a js library works, more specifically http://toopay.github.io/bootstrap-markdown/.
The whole js file is wrapped in this function:
!function ($) {
}(window.jQuery);
What does this do and how would I be able to call it again from outside the library?