Chapter 15 (^) ❘ 489
bapp01.indd 02/18/2015 Page 489
- droppable()
- Any syntactically correct program implementing something similar to this:
droppable({
hoverClass : 'theHoverClassYouUsed'
});- You would use the accept option, and the value that you provide to the accept option would
be a valid selector.
CHAPTER 13
- The sortable() method.
- A CSS class name that will be applied to the placeholder.
- It creates blank space within a sortable list that represents a reservation for the item currently
being dragged during a sort. - The cursor option.
- It allows you to create a custom drag image for the element being dragged during a sort; this
drag image is also known as the helper. - The connectWith option.
- A selector, a selection, an element, or a callback function that returns an element or selection.
- By providing a callback function to the update event, which contains logic that sends an
AJAX request to a server-side script.
CHAPTER 14
- The start option.
- The selecting and unselecting options.
- The added elements are accessed from the ui.selecting selector, and the removed elements
are accessed from the ui.unselecting selector. - div.ui-selectable-helper
CHAPTER 15
- The active option.
- The heightStyle option with the values auto, fill, or content.
- The event option with the value mouseover.
- The header option with the value h3.