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

  • SEARCH
  • Home
  • 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 4543232
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T15:30:08+00:00 2026-05-21T15:30:08+00:00

i am pretty new to mootools, i found it faster/smoother for animations than jquery

  • 0

i am pretty new to mootools, i found it faster/smoother for animations than jquery so i decided to give it a try.

I don’t get why the following code is not working, it is working on jsfiddle with Mootools core and Mootools more 1.3.1

<html>
<head>


<script src="mootools-more-1.3.1.1.js" type="text/javascript"></script>
<script src="mootools-core-1.3.1-full-compat.js" type="text/javascript"></script>

<script type="text/javascript">
window.addEvent('domready', function() {

    var myVerticalSlide = new Fx.Slide('paragraph', {mode:'horizontal'}) ;


    $('v_slideout').addEvent('click', function(event){
        event.stop();
        myVerticalSlide.toggle();
    });



});

</script>
</head>
<body>
<div id="paragraph">This is a paragraph.</div>
<a id="v_slideout" href="#">Test</a>

</body>
</html>

Can’t seem to figure it out, i only could get it worked on jsfiddle.
Any suggestion is appreciated.

Edit: http://jsfiddle.net/F54s3/ << It doesn’t work as it should in FF but still it does something, on Opera it seems fine though.
I might have messed up the code as i am pretty new to it, but i am trying to figure out why it works on jsfiddle and doesn’t work on my index.html.

  • 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-05-21T15:30:09+00:00Added an answer on May 21, 2026 at 3:30 pm

    The order of your script includes looks suspicious to me:

    <script src="mootools-more-1.3.1.1.js" type="text/javascript"></script>
    <script src="mootools-core-1.3.1-full-compat.js" type="text/javascript"></script>
    

    Shouldn’t the mootools-core file come first?

    For example:

    http://jsfiddle.net/AxJq9/ (throws Javascript error)

    <script src="http://mootools.net/assets/scripts/mootools.more.js" type="text/javascript"></script>
    <script src="https://ajax.googleapis.com/ajax/libs/mootools/1.3.1/mootools.js" type="text/javascript"></script>
    

    http://jsfiddle.net/AxJq9/1/ (doesn’t throw an error)

    <script src="https://ajax.googleapis.com/ajax/libs/mootools/1.3.1/mootools.js" type="text/javascript"></script>
    <script src="http://mootools.net/assets/scripts/mootools.more.js" type="text/javascript"></script>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm pretty new to PHP, but I decided to try and make a simple
Im pretty new to jQuery (since a week) and don't understand why I can't
I am pretty new to ajax,jquery and javascript. So need help. I have a
I am pretty new to Augmented Reality so I don't understand something. i.e. I
Pretty new to jquery but i was hoping to be able to target a
Pretty new to jquery/javascript, but proficient in html/css... I have a list of siblings
im pretty new to jQuery, and i dont know how to do that, and
Im pretty new to Linux in general. Ive just been following this tutorial(http://net.tutsplus.com/tutorials/php/how-to-setup-a-dedicated-web-server-for-free/) to
im pretty new to js/jquery and i was trying to set a varable on
Pretty new to jquery and having a bit of a problem with a function

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.