Note: This Question is unanswered, help us to find answer for this one
More Mootools MCQ Questions
What does e1.grab(e2, 'top'); do?
Function.attempt function tries to execute a number of functions. Returns immediately the return value of the first ___ function without executing successive functions, or null.
What does the statement 'moo tools'.contains('t', ' '); return?
Which code snippet defines a class?
What does the following do? request.put({name: 'mootools'});
Consider the following code snippet: var a = [0, 3, 5].some(function(value) {return value % 3;}); What is the value of a?
What does $$('a', 'b'); return?
Consider the following code snippet: var a = $$('div'); var b = a.filter('.blue'); What is the result of b?
What does $('div'); return if there is no element with div id
The Flash file must use ExternalInterface class to register its functions to make these functions available to JavaScript so that these functions can be called using Swiff.remote function