Possible Duplicate:
jquery find element at a particular position
In the browser, if I am given either 1. css locations ( top, left ) or 2. absolute locations (offset.x, offset.y, for example), is there a way to get what div is in that location beside a brute force search through all the divs on the screen? Or even a brute force through the subset of divs I care about?