Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9225419
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T04:34:15+00:00 2026-06-18T04:34:15+00:00

I used mootools scrollable( http://mootools.net/forge/p/scrollable ) on my page,but it is not working. my

  • 0

I used mootools scrollable(http://mootools.net/forge/p/scrollable) on my page,but it is not working.
my page: http://neyriz.net/moo/
I used it for div with id=”right”
why it’s not work?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-18T04:34:16+00:00Added an answer on June 18, 2026 at 4:34 am

    You are making 2 mistakes. The first is that you try to instanciate the Scrollable before the DOM is ready and so your element doesn’t exist. So you have to move your script tag either to the end of the body or you wrap it in an event listener. I.E:

    window.addEvent('domready', function() {
        var myScrollable = new Scrollable($('right'));
    });
    

    The second problem is that the plugin has some dependencies. In this case you need to include Slider, Element.Measure, Element.Shortcuts from MooTools more. You can go to http://mootools.net/more/ and select those 3 modules. Download the file and include it into your head between mootools-core and scrollable:

    <script type="text/javascript" src="mootools-core.js"></script>
    <script type="text/javascript" src="mootools-more.js"></script> INSERT MOOTOOLS MORE HERE!
    <script type="text/javascript" src="scrollable.js"></script>
    

    In general it’s better when you define and load your JS files before the body. So it looks like:

    <html>
        <head><title>My awesome page</title></head>
        <body>
            <h1>My awesome page</h1>
            <p>Some text</p>
            <script type="text/javascript" src="mootools-core.js"></script>
            <script type="text/javascript" src="mootools-more.js"></script> INSERT MOOTOOLS MORE HERE!
            <script type="text/javascript" src="scrollable.js"></script>
        </body>
    </html>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Since I have mootools used on a web page, jquery conflicts with it so
For a particular piece of work I have to work with mootools (I'm used
i analyzed a page that i'm working on with live http headers addon for
I used Jquery to insert a variable to div. Please check my code. var
I am using mootools library to call webservices in an asp.net application. one of
On mootools I'm used to declare once and reuse often. An FX example would
I put a site together last year and used a MooTools object someone else
I am developing an application in mootools. I have used Reqeust class to implement
Used http://www.ilbcfreeware.org/software.html - I only get static from the files that ilbc_test.exe creates. Does
I used zWeatherFeed to show weather, but I cant find any example to change

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.