This is what I'm writing in Page.php Controller:
public function init() {
parent::init();
Requirements::JavaScript('/mysite/javascript/jquery.js');
Requirements::JavaScript('/mysite/javascript/dropdownmenu.js');
}
But my page doesn't show my scripts. What is wrong?
It doesn't work in FF and it doen't in IE... I tried to put this line "ContentNegotiator::disable();" in _config.php - doesn't work eather.