get all elements under a mouse drag selection
Posted
by Jayapal Chandran
on Stack Overflow
See other posts from Stack Overflow
or by Jayapal Chandran
Published on 2010-04-02T05:56:27Z
Indexed on
2010/04/02
6:03 UTC
Read the original article
Hit count: 236
JavaScript
|jQuery
Hi, You guys would have seen the image cropping tool which has a selection option (marque tool) created in javascript. http://marqueetool.net/examples/ Like this i want to get all elements under a selection.
For example in windows we have mouse group selection of files and folders by dragging the mouse to select multiple files. Like that i need to get all the elements under a selection in javascript. I can try other gimmicks but if there could be a simple tool then i can speed up my work.
© Stack Overflow or respective owner