Redline_logo_dark

Prototype selection lib, requires prototype.js and builder.js

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.


test link 1
test link 2
test link 3
test link 4
test link 5
test link 6
test link 7
test link 8
test link 9
test link 10
test link 11
test link 12
test link 13
test link 14
test link 15
test link 16
test link 17
test link 18
test link 19
test link 20

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: