Standard boilerplate
(
function
($)
{
"use strict"
;
// code here
}
)(jQuery);
OSDC13