Is it allowed to use along with jQuery\'s document.ready() handlers? I can\'t find a way to achieve the same funct
document.ready()
Try load():
load()
jQuery(document).load(myfunc)