total descendants::0 total children::0 |
klikanie cez overlapping elementy, ignorujuc priesvitne pixely $('.child').click(function(e) { $(this).siblingsUnderMouse(e).each(function() { var clickOnVisiblePixel = $(this).isOnVisiblePixel(e); }); } http://stackoverflow.com/questions/1148424/registering-clicks-on-an-element-that-is-under-another-element/13426070#13426070 |
| |||||||||||||||||||||||||