Skip to content

andrazvonar/rangeSelectable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

rangeSelectable jQuery plugin

rangeSelectable is a plugin that modifies jQuery Selectable to select time ranges.

rangeSelectable demo

Usage

<ol id="selectable">
  <li>1</li>
  <li>2</li>
  <li>3</li>
  <li>4</li>
</ol>
$( document ).ready( function() {

  $( '#selectable' ).rangeSelectable({
    filter: 'li'
  });

});

License

This work is licensed under the MIT License.

About

jQuery UI plugin for selecting ranges

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published