Manipulation
Test
Model Test
Ebook
Quiz 1: JQuey Basic
Quiz 2: JQuery Model Test 2
Quiz 3: Quiz on JQuery function
Quiz 4: Quize - jQuery event type
Index
JQuery Home
Basic
5
Selector
17
Function
1
Traversing
6
CSS
7
Manipulation
10
Event
10
Ajax
8
Effect
10
Schools
Ebook
Question:
Which method is used to set the text contents of all matched elements ?
A
text()
B
text(val)
C
content(val)
D
html(val)
Note:
Not available
Show answer
Show Note
Report
Question:
To get the combined text contents of all matched elements you should use ?
A
text()
B
text(val)
C
html(val)
D
content()
Note:
Not available
Show answer
Show Note
Report
Question:
To remove all child nodes from the set of matched elements you should use ?
A
empty()
B
remove()
C
child()
D
append()
Note:
Not available
Show answer
Show Note
Report
Question:
Which method is used to insert content after each of the matched elements ?
A
after(content)
B
insertAfter(selector)
C
prepend(content)
D
append(content)
Note:
Not available
Show answer
Show Note
Report
Question:
Which method is used append content to the inside of every matched element ?
A
append(content)
B
after(content)
C
before(content)
D
inside(content)
Note:
Not available
Show answer
Show Note
Report
Question:
Which method is used to wrap each matched element with the specified element ?
A
wrap(elem)
B
wrap(html)
C
wrap(text)
D
wrapAll(elem)
Note:
Not available
Show answer
Show Note
Report
Question:
Which method removes all matched elements from the DOM ?
A
remove(expr)
B
empty()
C
removed()
D
removeAll([selector])
Note:
Not available
Show answer
Show Note
Report
Question:
To append all of the matched elements to another , specified set of elements you should use ?
A
after(content)
B
append(content)
C
appendTo(selector)
D
prepend(content)
Note:
Not available
Show answer
Show Note
Report
Question:
Which method is used to remove all matched elements from the DOM ?
A
empty(expr)
B
remove(expr)
C
removeAll()
D
emptyAll()
Note:
Not available
Show answer
Show Note
Report
Question:
To wrap the inner child contents of each matched element (including text nodes) with an HTML structure you should use ?
A
wrapInner(html)
B
wrapInner(elem)
C
wrapAll(html)
D
wrapAll(elem)
Note:
Not available
Show answer
Show Note
Report
First
Prev
1
Next
Last
/1
Go
Schools
App Store
Whiteboard
Blogs
Quiz
Test
Apply Course
Games
Freelancers
Professionals
Newspapers
Terms
Privacy
Copyright © 2024. Powered by
Intellect Software Ltd