RubaXa
8b818ed280
#288 : + use 'ownerDocument' for correct working with/into iframe
10 years ago
RubaXa
7309734dbf
#290 : + clone simple 'option' and 'extend' method
10 years ago
Noah Chase
1f58b1b10b
use `page{d}Offset` instead of `scroll{d}`
...
All modern browsers seem to support `window.pageXOffset` and `window.pageYOffset`, which are aliases for `window.scrollX` and `window.scrollY`.
IE doesn't seem to have `window.scrollX` and `window.scrollY`.
fixes #302
10 years ago
RubaXa
1482449b18
#285 : * fixed dragover handler
10 years ago
RubaXa
8b3e8f9497
#279 : * dataAttr -> dataIdAttr
10 years ago
RubaXa
7dc8be5755
#279 : + dataIdAttr
10 years ago
RubaXa
1c8839f08f
#277 : * fixed handle & filter
10 years ago
RubaXa
563311f25e
#271 : + remove 'transform' (#issuecomment-73954644)
10 years ago
RubaXa
4c0f1afd32
#256 : - _onDrag
10 years ago
RubaXa
e97970b303
#256 : uber-autoscroll, support drag between lists
10 years ago
RubaXa
ab52c13850
#271 : * logic of auto-scrolling
10 years ago
RubaXa
21bf07a93f
#256 : * fixed auto-scrolling
10 years ago
RubaXa
15d6f07a01
#254 : + check 'effectAllowed' on 'dragover'
10 years ago
RubaXa
7bff4352d6
#250 : + additional check
10 years ago
RubaXa
c71b88f075
#251 : + 'mousemove' unbind
10 years ago
RubaXa
c9051c24e1
+ support IE9
10 years ago
RubaXa
f500b679f2
#238 : * disabled
10 years ago
Markus Ast
5325c8a842
fix index calculation to skip templates
10 years ago
RubaXa
8f2aa5eb68
+ create 'cloneEl' on dragStart
10 years ago
RubaXa
06aac74871
#210 : + 'dropBubble: false' & 'dragoverBubble: false' options
10 years ago
RubaXa
3f909d84df
#207 : * newIndex
10 years ago
RubaXa
a5532380f9
#205 : * support 'clone' for angular
10 years ago
raphj
b1daa70a2a
Make Sotable compatible xhtml
...
comparisons of node names (via the nodeName property) are done in upper case. However, nodeName is lower case in xhtml. Let's do everything in upper case.
10 years ago
RubaXa
0ffa616f10
#199 : + check 'dataTransfer' exists
10 years ago
RubaXa
9c618aa83b
#185 : finaly fix group & mobile
10 years ago
RubaXa
8ee92ddd32
#185 : fixed group & touch
10 years ago
RubaXa
9a9670ec4c
#184 : * 'start' event
10 years ago
Roel van Duijnhoven
a22f9c1fc7
Sort event does not always fire
...
In the dev branch the `sort` event is not always correctly called on the receiving list. This IS working in the latest released branch. The fix is trivial and included in this PR.
The case is illustrated in this JsBin: http://jsbin.com/muxojulevo/3/edit . It occurs whenever an item is picked up from a list and dropped in a nested container.
10 years ago
RubaXa
b2fe471012
#131 : v1.0, done
10 years ago
RubaXa
6656e45f30
#166 : fixed _onDragOver & group
10 years ago
RubaXa
8141f12db3
#173 : + save() method
10 years ago
RubaXa
73f1f09aad
#172 : + _cloneHide
10 years ago
RubaXa
c5b305011d
#171 : + preventDefault
10 years ago
RubaXa
ea1aa2de6b
#166 : + stopPropagation in _onDragOver
10 years ago
RubaXa
d6dcc64a5d
* activeGroup
10 years ago
Greg Hoyl
df59738bb4
Ignore <template> when setting index
10 years ago
RubaXa
3f7f9ef08f
#162 : + '>*' support for closest
10 years ago
RubaXa
3e32753867
* support group.put for touch
10 years ago
RubaXa
846007e237
#156 : * filter-method
10 years ago
RubaXa
6cb59900e2
* event.from
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
b156279501
#153 : fixed item in sort event
10 years ago
RubaXa
cce17e8f86
#142 : + 'disabled' option
10 years ago
RubaXa
4bcb887f2b
#150 : fixed 'put' as array
10 years ago
RubaXa
b81f20c902
#136 : fixed sort option; + option method; * destroy
10 years ago
RubaXa
07ff86a424
#134 : revert scrollEl delect
10 years ago
RubaXa
332fc25db8
#134 : fixed destroy
10 years ago
RubaXa
cfd9b520a8
#134 : * scrollEl detect
10 years ago
RubaXa
5e993ec504
#134 : window scroll
10 years ago