[jQuery] jQuery selector with ranges?

[jQuery] jQuery selector with ranges?


I need to identify all elements with an attribute value within a certain
range. I'd like to do something like this:
$("DIV[value between '00200' and '00250']",scope)
But between is not supported. Is there an efficient selector I can use or
must I just use a loop?
--
View this message in context: http://www.nabble.com/jQuery-selector-with-ranges--tp18756562s27240p18756562.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.