selectable *1.4.6* ================== Allows a user to highlight multiple days or timeslots by clicking and dragging.
Boolean/[View Option Hash](../views/View_Option_Hash/), *default*: `false`
To let the user make selections by clicking and dragging, this option must be set to `true`. The [select](select_callback) and [unselect](unselect_callback) callbacks will be useful for monitoring when selections are made and cleared. To learn the ways in which selections can be cleared, read the docs for the [unselect](unselect_callback) callback. To view an example of how to create a new event based on a user's selection see "examples/selectable.html" in the download, or [visit this page](/js/fullcalendar/examples/selectable.html).
A View Option Hash has been supported since version 1.4.7