YouTip LogoYouTip

Example Selectable

## Default Functionality Enable the selectable feature on a DOM element or a set of elements. Select items by dragging the mouse. Hold the Ctrl key to select multiple non-adjacent items. jQuery UI Selectable - Default Functionality
  1. Item 1
  2. Item 2
  3. Item 3
  4. Item 4
  5. Item 5
  6. Item 6
  7. Item 7
## Display as Grid Make selectable items display as a grid by using CSS to give them the same size and float them. jQuery UI Selectable - Display as Grid
  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
  7. 7
  8. 8
  9. 9
  10. 10
  11. 11
  12. 12
## Serialization Write a function that triggers on the `stop` event to collect the index values of the selected items. Present these values as feedback or pass them as a data string. jQuery UI Selectable - Serialization

You have selected: none.

  1. Item 1
  2. Item 2
  3. Item 3
  4. Item 4
  5. Item 5
  6. Item 6
← Example SortableExample Resizable β†’