You can try jquery-collision. Full disclosure: I just wrote and released this. I also ran into this same issue, didn't see a solution, so I wrote it myself.
It allows you to do:
var hit_list = $("#me").collision("#center");
and it will return the "#center"'s that overlap with "#me". (Or none.)