Computer Science, asked by akshat5159, 1 year ago

How jQuery selects elements using CSS?

Answers

Answered by SnehaG
0

In order to get the best performance using :selected , first select elements with a standard jQuery selector, then use .filter( ":selected" ) , or precede the pseudo-selector with a tag name or some other selector

Similar questions