[jQuery] Nesting Selector

[jQuery] Nesting Selector


Hello, i got a little problem with using selector,
i want to using selector to select a range of element,
can i use as following code?
$(object:gt(lowerBound-1):lt(upperBound+1)).doFunction();
thx!