Custom Query (7259 matches)
Results (22 - 24 of 7259)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1667 | duplicate | sortable callbacks not working | ||
Description |
The start callback works, but the update/stop ones do not.
Here is my code: $("#menudrawer").sortable({hoverClass: 'sorthover', change: function() { console.log("change");} });
What happens is the word change gets written to the firebug log, then an infinite number of errors (all the same) saying:
this.parentNode has no properties
Line 23 End result: I cannot call any functions when an item is moved. |
|||
#1668 | fixed | Dialog Options - minHeight, minWidth, maxHeight, maxWidth | ||
Description |
Please add the following options to Dialog:
|
|||
#1669 | fixed | Dialog Options - modal, resizable, draggable | ||
Description |
Please add the following options to Dialog: modal (boolean) resizable (boolean) draggable (boolean) |
Note: See TracQuery
for help on using queries.