Forums

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

Home Forums JavaScript Help using PageScroller lite

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #44206
    Kevin Mamaqi
    Participant

    Hi everybody,

    Just I have made my first website for a client and I’m trying to make [PageScroller](http://pagescroller.com/ “PageScroller”) lite work, but I can’t.

    This is the webpage: [The Faith Keepers](http://www.thefaithkeepers.com “The Faith Keepers”)

    I’m using HTML5 document and in Head of index I included this:



    I’m Using Joomla! And I load modules in different sections of website for the frontpage and in Menu I link to a href=”#”…

    Don’t know what I’m doing wrong.

    Pleas some help and thanks in advance.
    Kevin.

    #132279
    CrocoDillon
    Participant

    Add a line break after your comment, you’re commenting out half the code now.

    And don’t link to `jquery-latest`, you should always test before upgrading jQuery version.

    #132314
    Kevin Mamaqi
    Participant

    Hi CrocoDillon, thanks for your reply. I think I solved what you say, but there must be something I still missing, because I can’t get the script to work.

    Do you or someone have other idea?

    Thanks,
    Kevin.

    #132339
    CrocoDillon
    Participant

    Maybe some kind of conflict (with MooTools), try to write `jQuery` on both places where you have `$`.

    jQuery(document).ready(function(){
    // initiate page scroller plugin
    jQuery(‘body’).pageScroller({HTML5mode:true});
    });

    #132404
    Kevin Mamaqi
    Participant

    Thanks CrocoDillon this solve the problem.

    Regards.

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