How would you create a JQuery / svg click-drag select outline effect?
Not sure exactly what to call it, but I am looking for a way to create a dotted outline/selection box effect via javascript/svg when you click and drag over an area, and then goes away on mouseUp (that could be added if it wasn't an original part) . A jQuery library would be nice if it exists. I've done some looking around, and haven't found exactly what I am looking for. I guess the theory would be get the coord from the first click, track the mouse coord moment and adjust the box accordingly. But not writing it from scratch would be nice. Here's a demo I made just for you :) Demo (Static):