Submitted by jasongayson on Thu, 02/07/2013 - 20:40
Clicking a checkbox in a list, holding down shift, and clicking another.
Would be nice if that selected a range.
It's doable in Javascript by looping through last-click + current-click checkbox positions and setting the .checked property of everything inbetween. It speeds up certain tasks, like email deletion.
Status:
Active
Comments
Submitted by JamieCameron on Sat, 02/09/2013 - 01:35 Comment #1
Nice idea .. I'll look into this if I get the chance, and can figure out how to do it in a browser-compatible way.