Documentation

This commit is contained in:
László Károlyi 2013-04-01 00:41:00 +02:00
parent c71082b138
commit 651690dfc6
3 changed files with 25 additions and 2 deletions

View File

@ -1,4 +1,7 @@
selectableScroll
================
An extended jQuery-ui selectable with scroll capabilities
An extended jQuery-ui selectable with scroll capabilities
# Documentation
https://github.com/karolyi/ui-selectableScroll/wiki/How-does-it-work

View File

@ -1,3 +1,23 @@
/**
* This module is an extension to jQuery ui selectable, which scrolls when you try to select
* outside the container, and the scrollables are not fitting it originally.
*
* Created by László Károlyi <http://linkedin.com/in/karolyi>
* with the GPLv3 License: http://opensource.org/licenses/GPL-3.0
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
(function ($) {
$.widget('ui.selectableScroll', $.ui.selectable, {
options: {

View File

@ -21,7 +21,7 @@
"plugin"
],
"homepage": "https://github.com/karolyi/ui-selectableScroll",
"docs": "https://github.com/karolyi/ui-selectableScroll",
"docs": "https://github.com/karolyi/ui-selectableScroll/wiki/How-does-it-work",
"download": "https://github.com/karolyi/ui-selectableScroll",
"author": {
"name": "László Károlyi",