Jump to:

21293 Posts in 5733 Topics by 2602 members

General Questions

SilverStripe Forums » General Questions » Javascript doesn't show up. Why?

General questions about getting started with SilverStripe that don't fit in any of the categories above.

Moderators: martimiz, Howard, Sean, Ryan M., biapar, Willr, Ingo, swaiba, simon_w

Page: 1
Go to End
Author Topic: 1440 Views
  • NtM
    Avatar
    Community Member
    39 Posts

    Javascript doesn't show up. Why? Link to this post

    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.

  • Willr
    Avatar
    Forum Moderator
    5168 Posts

    Re: Javascript doesn't show up. Why? Link to this post

    Requirements::JavaScript('/mysite/javascript/jquery.js');

    Should be

    Requirements::javascript('mysite/javascript/jquery.js');

    Note the lower case 'javascript' and mysite usually shouldn't have a / in front of it

  • NtM
    Avatar
    Community Member
    39 Posts

    Re: Javascript doesn't show up. Why? Link to this post

    Thank you very much for the help!

  • PitrusCitrus
    Avatar
    Community Member
    3 Posts

    Re: Javascript doesn't show up. Why? Link to this post

    Hi, Im new to SilverStripe and have just run thru the first tutorials, when I tryed to implement the image gallery everything worked fine but thats when I discovered that the javascript wont show in the head section. Can I have messed up some other file? dont have a clue about this. ive tryed different paths, nothing seems to get the javascript to show up in the <head> section. The css loads but not the javascript im really clueles?!

    somehow I got the gallery javascript working but when I try to add new javascript to HomePage I cant????

    1440 Views
Page: 1
Go to Top

Want to know more about the company that brought you SilverStripe? Then check out SilverStripe.com

Comments on this website? Please give feedback.