Updated How does it work (markdown)

László Károlyi 2013-03-31 18:12:30 -07:00
parent d443ea72ca
commit ab6075671d

@ -1,11 +1,11 @@
Since this plugin is an extension of the original ui-selectable, please look for the documentation on how it works: http://api.jqueryui.com/selectable/
The slight difference is, the selector lasso helper can't be pulled outside of the selectable container, showing that where the parent container should scroll.
The slight difference is, the selector lasso helper can't be pulled outside of the selectable-scrollable container, showing that where the parent container should start scrolling.
# Importing selectableScroll
1. Import jQuery/jQuery-ui in the `<head>` tag first, then the plugin.
2. If you want to use the modified selector lasso (sides disappearing when scrolling out of viewport), import the `jquery-ui-ext.css` after jQuery ui's own css file.
1. Import jQuery/jQuery-ui (with the original ui-selectable) in the `<head>` tag first, then the plugin.
2. If you want to use the modified selector lasso (where sides disappearing when scrolling out of viewport), import the `jquery-ui-ext.css` after jQuery ui's own css file.
# Initializing selectableScroll on the container