Showing posts with label JavaScript. Show all posts
Showing posts with label JavaScript. Show all posts

JavaScript

Solved Objective Questions on jQuery Library set-1

1) Which of the following statements about the features of jQuery are True. i) jQuery has an expressive syntax for referring to elements in ...

Solved MCQ on Handling Events in Client Side JavaScript set-8

1) ........... include legacy event types such as "mousedown", "mousemove", "mouseup", "keydown", ...

MCQ on Scripting Documents in Client Side JavaScript set-7

1) .......... method of the window object takes the X and Y coordinates of a point in document coordinates and sets these as the scroll bar ...

MCQ on Scripting Documents in Client Side JavaScript set-6

1) ........ method allows you to insert a string of arbitrary HTML markup "adjacent" to the specified element. A. insertAdjacentHT...

Solved MCQ on Scripting Documents in JavaScript set-5

1) The DOM defines a number of ways to select elements, by using which of the following methods we can query a document for an element or el...

Solved MCQ on JavaScript Window Object set-4

1. State whether the following statement are True or False for timers. i) Like setTimeout(), setInterval() returns a value that can be passe...

Solved MCQ on Basic Client Side JavaScript set-3

1. JavaScript can help to increase the user experience with which of the following method for a web page. A. By creating animation and other...