Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Why my js are not taken into account ?

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #36140
    dalecooper
    Member

    Hi, I have a problem with my javascripts that are not taken into account when my website is uploaded into the server.

    The website can be found at this address: http: // http://www.lozeremedia. com

    Is it that my server doesn’t support javascripts ??

    EDIT: yes it is :(

    EDIT2: Or is it ?? It seems that it does support it after all. Someone knows what’s wrong ???

    #94721
    Mottie
    Member

    What issue are you having? I can see that Modernzr is working.

    I do see an error in the javascript console: “Uncaught TypeError: Object [object Object] has no method ‘serialScroll'” which I think might be due to there being two copies of jQuery.

    I would suggest you moving the second copy to the top, this is the original:








    Make it look like this:






    #94724
    dalecooper
    Member

    Thank you so much !!!

    So that’s how a page behave when calling two copies of a same script :P

    I’ll have to focus on the media queries now ^^

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.