Custom Query (13852 matches)
Results (82 - 84 of 13852)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#2691 | worksforme | "top" property of the "CSS" object does not exists | ||
Description |
every div element should have a top property. If someone wants to dynamically position a div tag. He will not be able to do so. |
|||
#5021 | invalid | "unbind" changes internal JQuery id | ||
Description |
Hi I have the following problem: Pseudocode: var x = $.data(this) this.bind('mouseenter.nnn', funct .. this.bind('mouseleave.nnn', funct .. .. this.unbind('mouseenter.nnn mouseleave.nnn') var y = $.data(this) x!=y (!!! BANG - should it not be x==y !!!) My apologies for not delivering testcode. Will do this as soon as possible. |
|||
#6642 | duplicate | "unload" browser event leads to an error in jquery 1.4.2 on IE7 | ||
Description |
on line 1919 in the uncompressed jquery-1.4.2.js: I get a bug where events == undefined in IE7 (7.0.5730.13) the same bug is present in the minified file jquery-1.4.2.min.js a fix could be to change
into
|