renderFile - widget js not work

Hi,

I have some problem with renderFile method. I try concat some pages like this :


$pages .= $this->renderFile('domeFile')

but in this way js from widget not work. It only work when I add


$( document ).ready(function() {}

before widget generated code