Press start to begin the selection process, select elements (url links) with the mouse and press ESC to stop. After a selection is made, the mouse can be dragged again to reselect if needed.
Tested in Firefox and IE7. Sort of works in IE6.
var s = new Selection('a', {selectionFinish:function(selection){alert("You have selected " + selection.length + " elements")}});
s.start();
var elements = s.selection; // grab the elements and do whatever you like with them
Version 0.1.1 - Compatible with Firefox and IE7. There are some IE6 bugs still.
Grab the js file and the css file... see the js comments for example usage. Get the ie6 css file and general ie css file as well... use IE conditional comments for these stylesheets.
Send patches, feature requests, refactored code, etc. to andrew at redlinesoftware.com
Known issues: