$OBJ->page->add_jquery() before closing BODY tag

bipster / 2013-04-23 09:26:56   

Hi!

I'm coding a plugin that requires a .js file included before the closing BODY tag. My question is, is there a way to force the $OBJ->page->add_jquery() function to place the required SCRIPT tag before the closing BODY tag instead of the default HEADER tag?

Thanks

arsondpi / 2013-04-23 09:37:57   

Can't you insert it in, as html code? I mean if there is an html part in this plugin you can always use a html script tag to call it.

bipster / 2013-04-23 14:09:08   

I'll try your suggestion

Thanks

Vaska A / 2013-04-23 18:35:23   

No, that is not for the templates - that goes in a plugin or core library.

This thread has been closed, thank you.