jquery.rating icon indicating copy to clipboard operation
jquery.rating copied to clipboard

Correctly count number of selected options

Open mweimerskirch opened this issue 12 years ago • 0 comments

":selected" always returns at least one element, because the browser automatically selects the first element. Using "[selected]", only those elements that really have the "selected" attribute are returned.

mweimerskirch avatar Jan 14 '13 15:01 mweimerskirch