Hi I have problem with adding javascript into a joomla module..I've found some solution, but it's not working..
$document = &JFactory::getDocument();
$document->addScript("/career.js");
These two lines I have in my module, but the script isn't in rendered site.. The file is in root of my web (for test purposes only).
Thanks for your help