index
:
jquery-ui.git
1-10-stable
1-11-stable
1-12-stable
1-13-stable
1-8-stable
1-9-stable
datepicker
dependabot/github_actions/github-actions-6951dec90a
dependabot/github_actions/github-actions-e7ab6fa4fa
dependabot/npm_and_yarn/body-parser-1.20.3
dependabot/npm_and_yarn/express-4.20.0
interactions
main
spinner-globalize-1.x
The official jQuery user interface library: https://github.com/jquery/jquery-ui
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ui
/
jquery.ui.draggable.js
Commit message (
Expand
)
Author
Age
Files
Lines
*
Draggable: Make sure positional constraints are never applied to ui.originalP...
Mike Sherov
2013-10-21
1
-4
/
+4
*
Draggable: apply axis options to position instead of style. Fixes #7251 - Dra...
Mike Sherov
2013-10-20
1
-6
/
+10
*
Draggable: Safe activeElement access from iFrames for IE9, prevent window foc...
TJ VanToll
2013-08-28
1
-3
/
+13
*
Draggable: Ignore scroll offsets for abspos draggables. Fixes #9315 - Draggab...
Mike Sherov
2013-08-12
1
-6
/
+16
*
Draggable: active element blurs when clicking on a draggable. Fixes #4261 - D...
Steven Luscher
2013-06-19
1
-0
/
+2
*
Clicking on a draggable anchor without moving it should make it the active el...
Steven Luscher
2013-06-19
1
-0
/
+3
*
Draggable: enabled draggable from within iframe. Fixed #5727 - draggable: can...
Brian Grinstead
2013-05-20
1
-6
/
+10
*
Draggable: allow draggable to defer destroying itself upon DOM removal until ...
Mike Sherov
2013-04-12
1
-36
/
+43
*
Draggable: Don't cache parent offset if the parent position is fixed. Fixes #...
Mike Sherov
2013-04-03
1
-2
/
+7
*
Draggable: Stop erroneously overriding scroll offsets for root nodes. Fixes #...
Mike Sherov
2013-04-02
1
-7
/
+6
*
Draggable: Handle containment set to false after init, and style improvements...
Mike Sherov
2013-03-23
1
-38
/
+55
*
Widget tests: Use instance method. Also replace a few instances of $.data in ...
Jörn Zaefferer
2013-03-19
1
-1
/
+1
*
Widgets: Updating to use instance method on bridge
Corey Frang
2013-03-19
1
-14
/
+14
*
Draggable: make sure snap elements are in the document before snapping. Fixes...
Mike Sherov
2013-03-16
1
-11
/
+3
*
Draggable: modified snapping algorithm to use edges and corners. Fixed #8165 ...
Zbigniew Motyka
2013-03-16
1
-2
/
+1
*
Draggable: Fix double offset bug when scrolling. Fixes #6817 - Draggable: aut...
Woody Gilk
2013-03-15
1
-4
/
+17
*
Draggable: Account for descendants in handle.
Scott González
2013-03-08
1
-11
/
+3
*
Draggable: Fix border containment. Fixed #5569 - Draggable: Containment incor...
TJ VanToll
2013-03-07
1
-2
/
+2
*
Draggable Tests: Add test coverage for supported options
Mike Sherov
2013-03-04
1
-8
/
+6
*
Draggable: Revert flag honours Sortable revert speed. Fixed #9103 Draggable: ...
Steve Urmston
2013-02-21
1
-1
/
+1
*
Removing unnecessary wrapping of this in draggable's stack option handling.
TJ VanToll
2013-02-12
1
-4
/
+2
*
Draggable: Account for z-index set in CSS for the stack option. Fixed #9077 ...
TJ VanToll
2013-02-11
1
-4
/
+3
*
Draggable: Change $.ui.contains() to $.contains(). Fixes #9051 - Draggable: R...
Vahid Sohrabloo
2013-02-02
1
-1
/
+1
*
Update copyright year to 2013.
Scott González
2013-01-10
1
-1
/
+1
*
Interactions: Update widget defaults to match documented API.
Mike Sherov
2013-01-02
1
-1
/
+6
*
All: Convert single quotes to double quotes.
Mike Sherov
2012-12-25
1
-56
/
+56
*
All: Use .addBack() instead of .andSelf().
Scott González
2012-12-14
1
-1
/
+1
*
Draggable: made handles work with complex markup. Fixes #8757 - Draggable: Re...
mathias.stenbom
2012-11-19
1
-1
/
+1
*
Dev: make draggable pass JSHint with no local overrides
Mike Sherov
2012-11-18
1
-155
/
+269
*
Updated all widgets to use proper data keys when getting plugin instances.
Scott González
2012-11-09
1
-17
/
+17
*
Dev: Standardized the draggable test suite. Fixed #8748 - Dev: Get draggable ...
Mike Sherov
2012-10-30
1
-24
/
+15
*
Remove trailing whitespace and add final newlines
Trey Hunner
2012-10-21
1
-20
/
+20
*
Draggable: Fix a bug when dragging into nested sortables there are duplicated...
John Chen
2012-10-10
1
-0
/
+16
*
Remove use of $.browser; add $.ui.ie and $.ui.ie6 temporarily.
Scott González
2012-10-10
1
-1
/
+1
*
Updated docs URLS.
Scott González
2012-09-26
1
-1
/
+1
*
Draggable: Always clean up iframes. Fixes #8555 - Draggable: iframeFix option...
Jared A. Scheel
2012-09-06
1
-5
/
+4
*
Simplify licensing.
Scott González
2012-08-09
1
-1
/
+1
*
Update copyright to jQuery Foundation.
Scott González
2012-07-04
1
-1
/
+2
*
Draggable: Remove workaround for Safari 3.
Scott González
2012-06-14
1
-4
/
+4
*
Draggable: Fixed destroy method.
Scott González
2012-05-24
1
-10
/
+2
*
Draggable: Apply ui-draggable-dragging class prior to calculating dimensions....
Viktar Varvanovich
2012-05-24
1
-1
/
+3
*
Draggable: Don't run stop methods for elements that have been removed. Fixed...
TJ VanToll
2012-04-30
1
-2
/
+8
*
Protect all copyright notices against minification
Jo Liss
2012-04-02
1
-1
/
+1
*
Updated copyright year.
Scott González
2012-03-08
1
-1
/
+1
*
Use hard tabs for indentation consistently
Trey Hunner
2012-02-27
1
-13
/
+13
*
Draggable: Use 'that' instead of 'self'. Partial fix for #5404 - remove uses ...
Scott González
2012-02-12
1
-5
/
+5
*
Core, Draggable: Fixed #7800 - Draggable helper="clone" doesn't remove the dr...
Marwan Al Jubeh
2011-10-17
1
-1
/
+1
*
All: Moved version numbers into prototypes. Fixed #7436 - Widget: Store versi...
Scott González
2011-05-28
1
-4
/
+1
*
Droppable: Added dragStart and dragStop to ddmanager and call them from dragg...
kborchers
2011-05-27
1
-0
/
+7
*
Merge pull request #266 from kborchers/bug_4838
Scott González
2011-05-13
1
-2
/
+2
|
\
[next]