Sail E0 Webinar

MCQs

Total Questions : 50 | Page 5 of 5 pages
Question 41. The jQuery animate() method is used to create custom animations
  1.    True
  2.    False
 Discuss Question
Answer: Option A. -> True
Question 42. RemoveClass() - Removes one or more classes from the _________?
  1.    removeclass
  2.    selected elements
  3.    Both A & B
  4.    None of these
 Discuss Question
Answer: Option B. -> selected elements
Question 43. Which of the following ways is correct Syntax of Jquery animate() ?
  1.    $(selector).animate(speed,callback);
  2.    $(selector).fadein(speed,callback);
  3.    $(selector).animate({params},speed,callback);
  4.    All of above
 Discuss Question
Answer: Option C. -> $(selector).animate({params},speed,callback);
Question 44. It is also possible to define relative values ______?
  1.    The Text is shown normal.
  2.    (the value is then relative to the element's current value)
  3.    The value is then relative
  4.    None of these
 Discuss Question
Answer: Option B. -> (the value is then relative to the element's current value)
Question 45. Which sign does it use as a shortcut for Modulus in JS?
  1.    =
  2.    /
  3.    %
  4.    $
 Discuss Question
Answer: Option C. -> %
Question 46. How do you assign a variable that calls a function with a
  1.    var a = var run: function() { };
  2.    var a = run: function() { };
  3.    var a = run = function() { };
  4.    var a = { run: function() { } };
 Discuss Question
Answer: Option D. -> var a = { run: function() { } };
Question 47. Profile cards are like photos with captions of
  1.    msg
  2.    Variable lengths
  3.    both a and b
  4.    None of these
 Discuss Question
Answer: Option B. -> Variable lengths
Question 48. What is
  1.    The Text is shown blur
  2.    Bind an event handler to the “blur” JavaScript event, or trigger that event on an element.
  3.    None of the above
  4.    All of above
 Discuss Question
Answer: Option B. -> Bind an event handler to the “blur” JavaScript event, or trigger that event on an element.
Question 49. Which of the following ways is the correct Syntax of the
  1.    $("div").focusout();
  2.    $("div").fade();
  3.    Both A & B
  4.    None of these
 Discuss Question
Answer: Option A. -> $("div").focusout();
Question 50. Which of the following is the correct syntax of
  1.    $("p").select(.intro());
  2.    $("p").select.intro();
  3.    $("p").select(".intro");
  4.    None of these
 Discuss Question
Answer: Option C. -> $("p").select(".intro");

Latest Videos

Latest Test Papers