]> source.dussan.org Git - jquery-ui.git/commit
sortable: implemented advanced placeholder functionality - the placeholder option...
authorPaul Bakaus <paul.bakaus@googlemail.com>
Thu, 29 May 2008 11:51:44 +0000 (11:51 +0000)
committerPaul Bakaus <paul.bakaus@googlemail.com>
Thu, 29 May 2008 11:51:44 +0000 (11:51 +0000)
commitdea9af8b4e536729d2b179ad1fc9b808179fcbaa
tree35e20be9f0e05a1deb637119644424c48194507c
parent5917978bfd7c9f9245d643e44ae3bbb2d57322be
sortable: implemented advanced placeholder functionality - the placeholder option can now accept a object with two callbacks "element" and "update", where element has to return a valid element (like helper option) and update is called after every update, so recalculating the offset and width/height should happen there.
ui/source/ui.sortable.js