TaliLavi
0d17cf0943
Added onChoose event.
...
This event will fire when an element is chosen, and is particularly
useful for providing the user with a visual, auditory or tactile indication,
in case a delay was enabled.
9 years ago
Guten Ye
82a0c763ff
update README
9 years ago
Guten Ye
221bb3354b
Add Polymer Support
9 years ago
ChiefORZ
fa33718d92
more reliable way to get the DOM Node
...
with React v0.14 this.refs.*.getDOMNode() is deprecated,
we have to use this.refs.* instead, to reference the DOM Node.
this is a implementation, that is backward compatible
* misspelled ref in README fixed
* fixed Demo of forceFallback
9 years ago
RubaXa
42fa792bec
v1.3.0-rc1
9 years ago
RubaXa
2859b57724
#516 : + chosenClass
9 years ago
Adam Voliva
acda5dace5
Correct spelling error in README.md
9 years ago
RubaXa
e912d00edb
v1.2.1
9 years ago
Derek Berner
5a3ce29d07
Error when dragged item is removed from parent before drag ends
9 years ago
ChiefORZ
d56e4d41db
forceFallback changes
...
removed the default behaviour to append the cloned Element to the body.
now the cloned Element gets added in the same parent, with the addition
of the class defined in options.fallbackClass.
added the possibility to change the fallback class.
added the possibility to decide wheter the fallback should be cloned
into the same parent or to the document's body.
10 years ago
ChiefORZ
429dc043ab
fix click event for mobile devices and old browser
...
added forcePolyfill option.
forcePolyfill is made to make cross-browser testing more easy.
forcePolyfill provides a reliable, consistent cross-browser Solution for
Sortable.
forcePolyfill gives us the possibility to change the way "dragged items"
lok like.
10 years ago
Adam Fleming
8935bea4e3
Sortable 1.2.1
...
Bump minor version number
10 years ago
Diego Castillo
9846ed0bc2
Fixed small typo on documentation
10 years ago
RubaXa
590a5de981
#379 : * typo
10 years ago
RubaXa
08c31fc0bb
#379 : + 'delay' description
10 years ago
RubaXa
34328a81b5
#273 : + onMove event
10 years ago
RubaXa
711695c911
#281 : + exportName for jQuery extention
10 years ago
RubaXa
b30ece99c5
v1.2.0: Events, Nested, Drop text, IE11, iframe and etc
10 years ago
Sebastian Rosengren
6928b193ab
Added KnockoutJS description to README
10 years ago
RubaXa
c6a536aa3f
v1.1.1: #227 , #285
10 years ago
RubaXa
7dc8be5755
#279 : + dataIdAttr
10 years ago
RubaXa
070a571508
v1.1.0: Support IE9, CDN, enhancement auto-scrolling, React-mixin and more.
10 years ago
RubaXa
9e3f6f1e2b
+ CONTRIBUTING
10 years ago
RubaXa
64ec81ab6d
+ IE9
10 years ago
Lebedev Konstantin
450370e586
* wiki inks
10 years ago
Lebedev Konstantin
161efcdb53
+ Articles
10 years ago
RubaXa
879282da6f
#269 : + CDN
10 years ago
RubaXa
85292d9558
#236 : + ngSortEvent
10 years ago
RubaXa
fbf4f8b65f
#217 : onSort -> handleSort
10 years ago
RubaXa
5551a9ba3e
#217 : + react examples
10 years ago
Lebedev Konstantin
34bbbcb5a1
#229 : * ghostClass example
10 years ago
RubaXa
dc2b05d8f2
#217 : + base react mixin without 'linked lists'
10 years ago
Willson Mock
842856263c
Update README with updated info
10 years ago
RubaXa
dabcb26cc1
+ br
10 years ago
RubaXa
1e499042bd
#151 : + grunt jquery:min
10 years ago
RubaXa
0d162a016a
#151 : + jquery binding
10 years ago
RubaXa
b2fe471012
#131 : v1.0, done
10 years ago
Dan Dascalescu
cd37a0d1d4
Two-way integration with Meteor collections
10 years ago
Dan Dascalescu
20ed2ca73c
Two-way integration with Meteor collections
10 years ago
RubaXa
8141f12db3
#173 : + save() method
10 years ago
Dan Dascalescu
b8dd657236
Fix documentation for onAdd event .from
10 years ago
Dan Dascalescu
91145e29d4
Fix documentation for onAdd event .from
...
Fix #170
10 years ago
RubaXa
a5ee80e723
#167 : + ghostClass, scroll, scrollSensitivity, scrollSpeed
10 years ago
RubaXa
6a19e527be
* 'handle' after 'disabled'
10 years ago
RubaXa
803659f985
+ describe 'sort' and 'disbaled' option
10 years ago
RubaXa
846007e237
#156 : * filter-method
10 years ago
Dan Dascalescu
81748a5828
Determine the correct target before onFilter
...
Fix #156 and also returning correct indexes if a drag handle is present (#154 ).
10 years ago
Dan Dascalescu
a0e3a60995
Expose old & new element index on drag&drop
...
Fix #148
10 years ago
RubaXa
cce17e8f86
#142 : + 'disabled' option
10 years ago
Lebedev Konstantin
0c268ad4f1
+ `put` demo
10 years ago