Question:What do you mean by JQuery selector $("p~ul")? 

A Selects all elements matched by <ul> that follow a children element matched by <p> 

B Selects all elements matched by <ul> that follow a parent element matched by <p> 

C Selects all elements matched by <ul> that follow a sibling element matched by <p> 

D Selects all elements matched by <ul> that follow a descendant element matched by <p> 

+ Answer
+ Report
Total Preview: 1156

Copyright © 2024. Powered by Intellect Software Ltd