Im using several external JS files. Each file has this:
$(document).ready(function()
{
//
});
so when page loaded, they can initialize themselves. But this time I need to do it manually, with passing a parameter (so call ready() of document, with a parameter) how to do that?
can you try this? didn’t tested 😛 :
or better: