Skip to content

timbuethe/jquery-selection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jquery-selection

jQuery selection is a jQuery plugin to make HTML elements selectable using the mouse. It marks all the elements between the one you started on (mousedown) and the one the mouse is over (mouseover). This is useful when you want to select days in a calendar or something similar. This is different from jQuery UI selectable where you draw a rectangle with the mouse to select elements.

See jquery-selection's project page for details and demos.