×

Top 16 Moo Tools Interview Questions for 2024

1) What is Moo Tools?

MooTools stands for My Object-Oriented Tools. It is a lightweight and object-oriented JavaScript framework. It is used to create dynamic web page. It is developed by Valerio Proietti.

2) In which language is written Moo Tools?

Moo Tools is written in JavaScript Language.

3) What is the stable version of Moo Tools?

A stable version of Moo Tools is 1.6.0 and released on 14 January 2016.

4) What are the components of Moo Tools?

Moo Tools components are:
  • Core
  • More
  • Class
  • Natives
  • Element
  • FX Request
  • Window

5) What are the advantages of Moo Tools?

Moo Tools advantages are:
  • It allows developer to create their own customized combination of components.
  • It follows Object-oriented paradigm and Dry principal ( Don't Repeat Yourself)
  • It provides advanced component effects with optimized transitions.
  • It provides different enhancements to the DOM

6) What is the use of selector?

Selector is used to select HTML elements. It helps to receive data through HTML request from elements.
Basic Selector($)
Multiple Selector($).

7) What are the browsers supported by MooTools?

MooTools supported multiple browsers that are:
  • Safari 3+
  • Internet Explorer 6+
  • Mozilla Firefox 2+
  • Opera 9+

8) What are the types of Event Handling?

There are following types of Event Handling:
  • Single left click
  • Mouse Enter
  • Mouse leave
  • Remove an Event
  • Keystrokes as Input

9) What are the input filtering functions?

There are various Input Filtering functions:
Input Filtering Functions Description
toInt() It converts any input value to the Integer.
typeOf() It examines the value of a variable what is entered.
Limit() It is used to set the lower and upper bound value for a particular number.
rgbToHex() It is used to convert from the red, green and blue values to Hexadecimal.
trim() It is used to remove the whitespace from the front position and end position of a given string.
clean() It is used to remove all white spaces.
Contains() It is used to search a sub-string in a given string.

10) What are the basic methods for DOM element?

There are basic methods for DOM element:
  • get() : It is used to retrieve the element properties. Like src, value, name etc.
  • set() : It is used to set the value to variable:
  • erase() : It is used to erase the value of an element property.

11) What are Drag.Move and its features?

Drag.Move is an object. It is used to add drag and drop feature to the HTML elements. The following features are:
  • Droppable
  • Container
  • Snap
  • Handle

12) What is the use of periodical() method?

Periodical() method is used to raise a function periodically with the same level of time frequency. Example:
<html>     
 <head>  
             <script type = "text/javascript" src = "MooTools-Core-1.6.0.js"></script>  
             <script type = "text/javascript" src = "MooTools-More-1.6.0.js"></script>  
             <script type = "text/javascript">  
             var periodicalFunction = function(){  
                   document. writeln("www.tutorialspoint.com");  
            }  
            window.addEvent('domready', function() {  
            //number at the end indicates how often to fire, measure in milliseconds  
            var periodicalFunctionperiodicalFunctionVar = periodicalFunction.periodical(100);  
            });  
      </script>  
   </head>  
 </html>

13) What are the methods of regular expressions?

Regular expressions methods are:
  • Test() : It is used to test the expressions with the input string.
  • escapeRegExp() : It is used to ignore the escape characters from the a given string while checking it with a regular expression.

14) What is Sortables?

Sortables provides a serialize function that is used to manage a list of an element ids. It is useful for server side scripting. Syntax:
var sortableListsArray = $('#listA, #listB');  
var sortableLists = new Sortables(sortableListsArray);

15) What is Accordion in Moo Tools?

In Moo Tools, Accordion is plugin that is used to hide and show the data.

16) How can we create Tooltip in Moo Tools?

We can create Tooltip in Moo Tools by using following code:
<!DOCTYPE html>  
<html>  
   <head>  
      <script type = "text/javascript" src = "MooTools-Core-1.6.0.js"></script>  
      <script type = "text/javascript" src = "MooTools-More-1.6.0.js"></script>  
      <script type = "text/javascript">  
         window.addEvent('domready', function() {  
            var customTips = $('.tooltip_demo');  
            var toolTips = new Tips(customTips);  
         });  
      </script>  
   </head>  
   <body>  
      <a id = "tooltipID" class = "tooltip_demo" title = "1st Tooltip Title"   
         rel = "here is the default 'text' for toll tip demo"   
         href = "http://www.tutorialspoint.com">Tool tip _demo</a>  
   </body>  
</html>

Related Topics

Top 14 MathML Interview Questions for 2024

1) What is MathML? MathL stands for Mathematical Markup Language. It is extended form of XML. It is used to describe mathematical and scientific notations. 2) Who is the developer of MathML? World...

3 minutes read.

Top 31 Koa Interview Questions for 2024

1) What is Koa? Koa is a very small framework which provides us a minimal interface to build our applications. It is quite flexible and there are numerous modules available on...

4 minutes read.

Top 20 C Programming | Coding Interview Questions for 2024

Most Frequently asked C programming | Coding Interview Questions and answer for Fresher C is a powerful high-level programming language.  It is a fast, portable and available for all platforms. C...

15 minutes read.

Top 15 Apache Tapestry Interview Questions for 2024

1) What is Apache Tapestry? It is an open source web framework written in Java and can work under any application server. It is easily integrate with back ends like Hibernate...

2 minutes read.

Top 40 IoT Interview Questions and Answers in 2024

Q.1 What is IoT? IoT stands for the Internet of things refers to the interconnection of the network of various devices that can recognize, collect and transfer data over the internet...

13 minutes read.

Top 15 Java OOPS Interview Questions for 2024

1) What are the advantages of Java Package? Advantages of Java package are: Provides access protection Removes naming collision Easily maintained 2) What are the types of Access Modifiers in Java? Two types...

4 minutes read.

Top 15 Ext Js Interview Question for 2024

1) What is Ext Js? Ext Js refers to Extended JavaScript. Ext JS is a JavaScript framework used to built interactive cross platform web application. 2) What are the features of Ext...

3 minutes read.

Top 15 Framework7 Interview Questions for 2024

1) What is Framework7? Framework7 is an open source mobile HTML framework. It is used todevelop hybrid mobile apps for iOS and Android devices. 2) Why, framework7 is popular? There are various reasons...

8 minutes read.

Top 15 Erlang Interview Questions for 2024

1) What is Erlang÷ Erlang is an open source programming language. It is used to build massively scalable soft real-time systems. It has runtime environment. It supports concurrency, fault tolerance and...

2 minutes read.

Top 18 UiPath Interview Questions for 2024

RPA UiPath Interview Questions and Answers for Fresher  1. What is RPA? RPA is an acronym for Robotic Process Automation. Robotic In RPA, Robotic is termed as an entity or machine which tries to...

7 minutes read.

Top 31 Flask Interview Questions for 2024

1) What is Flask? Flask is a micro web framework written in Python. It is based on Werkzeug toolkit and Jinja 2 template engine. 2) Who is the developer of Flask? Armin Ronacher...

6 minutes read.

Top 29 Phalcon Framework Interview Questions for 2024

1) What is Phalcon? Phalcon is an open source framework based on the MVC (Model-View-Controller) pattern. It is the combination of PHP and C language. It is developed by Andres Gutierrez...

6 minutes read.

Top 25 Oracle DBA Interview Question for 2024

1) What is an Oracle Instance? Database instance is a set of memory structures that manages database file. When an instance is started Oracle database allocate memory area called SGA (System...

4 minutes read.

Top 15 SVG Interview Questions for 2024

1) What is SVG? SVG stands for Scalable Vector Graphics, It is XML based format used to draw dimentional vector images. It is a W3C standard. SVG supports all image formats. 2) What are...

2 minutes read.

Top 30 Sencha Touch Interview Questions for 2024

1) What is Sencha Touch? Sencha Touch is an UI (User Interface) JavaScript library. It is written in JavaScript. It is used to build mobile interface quickly and easily. It works...

6 minutes read.

Top 16 Ionic Interview Questions for 2024

Top 20 Ionic Interview Questions and Answers for Freshers 1) What is Ionic framework? Ionic is open source HTML5 framework used for hybrid mobile application development. It provides tools and services for...

3 minutes read.

Top 25 jQuery Interview Questions for 2024

Most Frequently asked jQuery Interview Questions and Answers for Fresher and Experienced 1) Define Find and Children Method? In DOM tree if you have to find all the method we use Find...

4 minutes read.

Top 15 SQL Server Interview Question for 2024

1) Describe SQL Server? SQL server is a DataBase Management System developed by Microsoft. It was first introduced in year 2008 since, then many version has been introduced such as :...

2 minutes read.

Top 50 ReactJS Interview Questions for 2024

Top 50 Frequently asked ReactJS Interview Questions Q-1. What is React? Ans-1 React is a front-end JavaScript library which is developed by Facebook in 2011. It follows the component-based approach and allows us to...

15 minutes read.

Top 28 Prototype Interview Questions for 2024

1) What is Prototype? Prototype is a JavaScript framework which is used in dynamic web applications. It is a namespace and a module that is used to manage HTML forms. It is also...

4 minutes read.