Custom Query (13852 matches)
Results (76 - 78 of 13852)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#83 | fixed | $('document').get(x).remove(); doesn't work | ||
Description |
Having some problems getting remove to work, when I do $('.manytomany select').get(nr).remove(); doesn't work, but $('.manytomany select').get(nr).hide(); works fine. $('.manytomany select').remove(); works fine to.. Its a bit strange I am trying to inspect it, could someone give more insight into it? |
|||
#84 | fixed | hover cross browser issue | ||
Description |
When i try to use the jtip and the drag and drop plugin for jquery, i noticed that the hover is acting very weird under IE. let's say i added an element on hover, and removes it after mouse is out. Under firefox, it seems like no issues, but under IE, the element will not be removed, and on top of that, it'll create another element somewhere else on the page. |
|||
#85 | fixed | complex animation error | ||
Description |
error z.o.complete has no properties when doing complex animations w/ multiple methods each. solution is line 1292 johnresig (6:31:36 PM): change if( z.o.complete.constructor == Function ) { johnresig (6:31:48 PM): if( z.o.complete && z.o.complete.constructor == Function ) { works. |