can anyone help me understand what the following code does?
$(function($) {
$.supermodal();
});
I see it's very similar to "wait for document to finish loading before running supermodal". But I don't understand the 2nd and 3rd dollar signs (I realize they could be any arbitrary variable names).
FWIW, this is from here, where author has an additional usage for changing default values.
Sorry, seems like it should be simple, but it's one of those things that's hard to search for when you don't know what it's doing (e.g., this isn't right).
Thanks!