Updated How does it work (markdown)
parent
d443ea72ca
commit
ab6075671d
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue