[jQuery] Re: Fast Table Cell Selection
My second example isnt right. the selector should include the TD [e.g.
$("table tr:lt(endy):gt(starty) td") ] and after further testing, it
performs reasonably well except: the lt/gt is non inclusive and I cant
access the first row using gt(-1) as it is zero indexed.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home