Commit Graph

26 Commits

Author SHA1 Message Date
László Károlyi 1c020a9ff3
Merge pull request #12 from starfallproduction/master
Add type definition for typescript project
2019-05-31 12:58:21 +02:00
Starfall Production 274f4a88ee Add type definition for typescript project 2019-05-31 17:43:53 +07:00
László Károlyi c3f949a404 Closes #5, using $.offset instead of clientHeight 2014-04-22 20:49:47 +02:00
László Károlyi 155a537cb5 This closes #2 and closes #4.
Scrollbar width and height checking is added to the scroll start and
also to lasso handling, so the lasso cannot pulled over the scroll bars.
Scrolling will also start at the perimeter of the scroll bars.
2014-04-02 03:18:40 +02:00
László Károlyi 68eaa59839 Fixes/refactors 2013-05-13 22:20:19 +02:00
László Károlyi 04b2004c4e Testing 2013-05-13 21:48:39 +02:00
László Károlyi 433d18aa04 Merge pull request #3 from veryfancy/master
jQuery 1.8 support & wrapper element support by @veryfancy
2013-05-13 12:38:21 -07:00
veryfancy 3cfb5def94 removed useParentForScrolling option; added scrollElement option
Instead of the true/false useParentForScrolling option, added an option
for passing the scrollElement in directly
2013-05-13 14:18:12 -05:00
veryfancy fe768989c9 added useParentForScrolling option
Added an option "useParentForScrolling" to scrolling calculations to be
done with the parent of the widget, for situations where you want to use
a wrapper div. (See
http://stackoverflow.com/questions/2330773/jquery-ui-selectable-plugin-make-scroll-bar-not-selectable-when-div-overflows
for an example. This is something you might want to do if you don't want
clicks on the scrollbar to be treated as selections in the selectable.)
2013-05-13 13:40:31 -05:00
veryfancy d626d6a762 support jQuery UI pre 1.9
jQuery UI 1.9 adds _super() and _superApply(); this update removes the
two instances of _super() from selectableScroll.js, so that the plugin
works with older versions of jQuery UI (tested with 1.8.23)
2013-05-13 13:21:27 -05:00
László Károlyi 987a5e5907 Update ui-selectableScroll.jquery.json 2013-04-05 10:53:26 +03:00
László Károlyi 1dd3450df3 Update ui-selectableScroll.jquery.json 2013-04-05 10:51:37 +03:00
László Károlyi 18eac89a21 IE8 fix 2013-04-05 09:30:57 +02:00
László Károlyi 92fe882655 IE8 fix 2013-04-05 09:03:18 +02:00
László Károlyi 48afc5d0c0 Demo up 2013-04-01 02:07:55 +02:00
László Károlyi 760ec959e9 Readme update 2013-04-01 02:04:43 +02:00
László Károlyi 82f84a3a88 Fixed sites and whatsoever 2013-04-01 02:02:27 +02:00
László Károlyi 630575058f Fixed event errors 2013-04-01 01:59:53 +02:00
László Károlyi f20e8b3278 Mod 2013-04-01 01:44:51 +02:00
László Károlyi 78c6618309 Demo added 2013-04-01 01:08:47 +02:00
László Károlyi c74881d8c7 Demo code 2013-04-01 00:57:45 +02:00
László Károlyi fa7713c738 README update 2013-04-01 00:46:29 +02:00
László Károlyi 651690dfc6 Documentation 2013-04-01 00:41:00 +02:00
László Károlyi c71082b138 Sligt modification 2013-04-01 00:19:43 +02:00
László Károlyi 7aecf139ba Add files 2013-04-01 00:16:47 +02:00
László Károlyi 146376db15 Initial commit 2013-03-31 13:32:17 -07:00