Dynamic Webpage With Scripting Language (3360705) MCQs

MCQs of Working with jQuery

Showing 21 to 30 out of 46 Questions
21.
Which jQuery method is used to hide selected elements?
સિલેક્ટ કરેલા એલિમેંટને hide કરવા માટે કઇ jQuery મેથડનો ઉપયોગ થાય છે?
(a) hidden()
(b) hide()
(c) visible(false)
(d) display(none)
Answer:

Option (b)

22.
Which jQuery method is used to set one or more style properties for selected elements?
સિલેક્ટ કરેલ એલિમેંટ માટે એક અથવા વધુ style properties સેટ કરવા માટે કઇ jQuery મેથડનો ઉપયોગ થાય છે?
(a) css()
(b) html()
(c) style()
(d) presentation()
Answer:

Option (a)

23.

When do you use the $(this) code?

જ્યારે તમે $(this) કોડનો ઉપયોગ કરો છો?

(a)

When an HTML element will reference its own action.

જ્યારે HTML એલિમેંટ reference માટે તેની પોતાની action લેશે.

(b)

When an HTML element will reference its parent element's action

જ્યારે HTML એલિમેંટ reference માટે તેના parentsની action લેશે.

(c)

When an HTML element will reference the entire document

જ્યારે HTML એલિમેંટ reference  માટે તેના આખા ડોકયુમેંટને લેશે.

(d)

None of the above

ઉપરમાંથી એકપણનહી

Answer:

Option (a)

24.
What does the function $(“.selector”) return?
$(“.selector”) ફંક્શન શું રિટર્ન કરે છે?
(a) An array
array
(b) A node list
node list
(c) A new jQuery object
નવો jQuery object
(d) Nothing
કઈ નહીં
Answer:

Option (c)

25.
In jQuery all the elements are selected by writing ____________
JQuery માં બધા એલિમેંટ ____________ લખીને સિલેક્ટ થયેલ છે.
(a) $(this)
(b) $(“:button”)
(c) $(“*”)
(d) $(“.class_name”)
Answer:

Option (c)

26.
Which of the following is not event method in jQuery?
નીચેનામાંથી કઈ jQuery માં ઇવેન્ટ મેથડ નથી?
(a) click()
(b) mouseenter()
(c) mousedown()
(d) hidden()
Answer:

Option (d)

27.
Which of these is not a mouse event?
નીચેનામાંથી કઈ માઉસ ઇવેન્ટ નથી?
(a) click()
(b) submit()
(c) hover()
(d) None of these
ઉપરમાંથી એકપણનહી
Answer:

Option (b)

28.
hover() method is the combination of ____________
hover() મેથડ એ ____________ નું કોમ્બિનેશન છે
(a) mouseleave() and mouseeneter()
mouseleave() અને mouseeneter()
(b) mousedown() and mouseenter()
mousedown() અને mouseenter()
(c) mouseup() and mousedown()
mouseup() અને mousedown()
(d) mouseleave() and mousedown()
mouseleave() અને mousedown()
Answer:

Option (a)

29.
Which event occurs when the user clicks on an HTML element?
જ્યારે યુઝર HTML એલિમેંટ પર ક્લિક કરે છે ત્યારે કઈ ઇવેન્ટ થાય છે?
(a) onclick
(b) onchange
(c) onmouseover
(d) onmouseup
Answer:

Option (a)

30.

Which of the following is not the fade method in jQuery?

નીચેનામાંથી કઈ jQuery માં fade method નથી?

(a)

fadeTo()

(b)

fadeOn()

(c)

fadeOut()

(d)

fadeIn()

Answer:

Option (b)

Showing 21 to 30 out of 46 Questions