1
Identify the option that does not belong in terms of jQuery effects
View Answer
.fadeIn()
.slideDown()
.toggleClass()
.fadeOut()
2
Choose the option that is not a valid jQuery selector.
View Answer
$("div")
$(".class-name")
$("#id-name")
$("element-name")
3
Identify the option that does not belong in terms of jQuery AJAX methods.
View Answer
$.get()
$.post()
$.fetch()
$.ajax()
4
Odd One Out: Choose the option that is not related to event handling in jQuery.
View Answer
.on()
.click()
.hover()
.animate()
5
Identify the option that is not a valid jQuery method for DOM manipulation.
View Answer
.append()
.addClass()
.text()
.findElement()