Custom Query (7259 matches)
Results (37 - 39 of 7259)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#4067 | duplicate | Other events are blocked | ||
Description |
When I use selectable, I can't use other event feature of jquery. I use selectable with jQuery.live in same element. Ex : With this example I can select or unselect all div in my div but I can't display "I've clicked span in my div !" !!! Code : <div id="mydiv"> <div>toto</div> <span>click here!</span> <div>titi</div> <span>click here!</span> <div>tata</div> <span>click here!</span> <div>tutu</div> <span>click here!</span> <div>tyty</div> </div> <script type="text/javascript"> $("#mydiv span").live("click",function(){alert("I've clicked span in my div !");}); $("#mydiv").selectable({filter:"div"}); </script> I need to use live with selectable. I try to use jQuery.click or mouseup but it's the same problem when selectable is used... |
|||
#2741 | fixed | Datepicker Dutch Localisation | ||
Description |
I updated the Dutch Localization for the datepicker component. Patch included. |
|||
#10437 | fixed | Resizable: border with grid option working wrong | ||
Description |
Here's the jsfiddle: http://jsfiddle.net/34zVD/4/ If you are trying to resize an element which has a border (extra large here to make the bug obvious) to the minimal size, it will work well with most handle. However, with the top handle, the left handle and the top-left handle, the minimum size will be twice the larger of the border+the size it should have took. For example, in this fiddle, the minimal size will be 70px (50px+2*10px) instead of 50px. I have encountered this bug with 1.10.4 and 1.11.0. I haven't tried the other versions. |