Time remaining
:
:
Test Status
JSJQUERYRANDOMTEST
Ques 1 :
jquery has _______ method for inserting element before other element.
(A) One
(B) Two
(C) Three
(D) Four
Ques 2 :
____________ is the tainted property of a window object.
(A) Pathname
(B) Protocol
(C) Defaultstatus
(D) Host
Ques 3 :
Which function do you reference in HTML form data?
(A) value()
(B) formData()
(C) val()
(D) None of the above
Ques 4 :
Which tag(s) can handle mouse events in Netscape?
(A) <img>
(B) <a>
(C) <br>
(D) none of the above
Ques 5 :
You can attach a handler to an event using which method?
(A) eventBind
(B) bind
(C) attach
(D) eventAttach
Ques 6 :
Which of the following can't be done with client-side JavaScript?
(A) Validating a form
(B) Sending a form's contents by email
(C) Storing the form's contents to a database file on the server
(D) None of the above
Ques 7 :
JQuery ______is used to set/return arbitrary data to/from an element.
(A) .data()
(B) .item()
(C) .all
(D) All of these
Ques 8 :
What is the use of "this" keyword in javascript?
(A) It refers to current object
(B) It refers to previous object
(C) It is a variable which contains value
(D) None of the above
Ques 9 :
You can test whether the browser supports specific features using...
(A) $.support
(B) $.browser
(C) $.featureTest
(D) $.browserTest
Ques 10 :
var city = new Array("delhi", "agra", "akot", "aligarh","palampur");
console.log(city.slice(2));
(A) ["delhi","agra","akot"]
(B) ["akot","aligarh","palampur"]
(C) ["delhi","agra","akot","aligarh","palampur"]
(D) None
Ques 11 :
The .each method is the more convenient form of _______ loop.
(A) do while
(B) for
(C) for each
(D) None of these
Ques 12 :
JQuery.noConflict(true) is used to..
(A) Free up the $ symbol for use by other libraries
(B) Improve compatibility
(C) Remove all jQuery variables from the global scope
(D) All of the above
Ques 13 :
_______is use for alternately expand and collapse a page element
(A) .hover()
(B) stopPropagation()
(C) .toggle()
(D) .trigger()
Ques 14 :
CDN stands for_______
(A) Content Distribution Network
(B) Common Distribution Network
(C) Collective Distribution Network
(D) None of these
Ques 15 :
What scripting language is JQuery written in?
(A) C#
(B) C++
(C) JavaScript
(D) VBScript
Ques 16 :
Which statement best explains what "unobtrusive JavaScript" is?
(A) JavaScript that doesn't annoy users
(B) JavaScript that is separate from HTML
(C) JavaScript that does not affect a web page
(D) JavaScript that works even with scripting turned off
Ques 17 :
function() {
if(true) {
var a = 5;
}
alert(a);
}
Ok, so what would be the value alerted by this function?
(A) 0
(B) 5
(C) null
(D) undefined
Ques 18 :
The ______ Method acts as explicit iterator.
(A) .hover()
(B) .all()
(C) .toggle()
(D) .each()
Ques 19 :
Triggers, or binds a function to the error event of selected elements.
(A) click()
(B) error()
(C) event.pageX
(D) click.error()
Ques 20 :
Which built-in method returns the calling string value converted to upper case?
(A) toUpperCase()
(B) toUpper()
(C) changeCase(case)
(D) None of the above.
Submit Answer
Don't Refresh the Page !! ...