Custom Query (7259 matches)
Results (16 - 18 of 7259)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1656 | fixed | Sortable needs a callback function for when dragging stops | ||
Description |
Currently the sortable has no documented way of calling a function when a sortable is updated. |
|||
#1657 | fixed | Draggable options implemented into Sortable | ||
Description |
There are quite a few options that can be used in the draggable object (axis, dragPrevention, grid, handle, etc). It would be nice to have these options when I create a sortable object, especially the axis option. |
|||
#1660 | notabug | bugs in overlap of magnifier | ||
Description |
There is a bug if i turn the overlap to true in firefox (linux). The effect is too far from the pic even if i turn distance to 0. And the cpu usage is too high. My code is like this: <script> $('#abc').magnifier({ overlap: true, zIndex: 10}); </script> <div id="abc"><img src"/"><img src"/"><img src"/"></div> |
Note: See TracQuery
for help on using queries.