From ab6075671ded2d9444ebae089b0ae1f9a38bfaad Mon Sep 17 00:00:00 2001 From: karolyi Date: Sun, 31 Mar 2013 18:12:30 -0700 Subject: [PATCH] Updated How does it work (markdown) --- How-does-it-work.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/How-does-it-work.md b/How-does-it-work.md index 6c98aa7..ae0aaca 100644 --- a/How-does-it-work.md +++ b/How-does-it-work.md @@ -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 `` 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 `` 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