I need to select a region in an HTML5 page via the mouse.
I'm then going to interact with the elements within that region.
There MUST be an easy way to do it but I couldn't find anything off the shelf..
The jquery UI selection didn't work unfortunately because it seems to only support one parent element.
Is there anything off the shelf to draw a transparent div over a region with a dashed outline?
Or an easy implementation. I could probably spend a couple of hours and bang something out but I'm surprised there's nothing that allows me to do it in 5 minutes.