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.

Reply via email to