Custom Query (13852 matches)
Results (109 - 111 of 13852)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#5571 | fixed | Allow chaining when passing undefined to any setter in jQuery | ||
Description |
When calling .attr('attribute', undefined) will break the chain. Currently attr tests the value being set to determine whether to set or get the value. It should test arguments.length to determine the get/set. |
|||
#5638 | fixed | Dynamically Created Elements Have a Parent | ||
Description |
$("<div/>").parent().length // 1? |
|||
#5666 | invalid | Memory leak (1.4a1) | ||
Description |
Not sure if this is an issue with core or with the ui Dialog class, but displaying the dialog over and over causes excessive memory leakage in IE. Tested in IE8. Sample test page which shows the problem: http://test.malsup.com/dialog/ The mem leak also occurs when using blockUI instead of Dialog so my thinking is that is may be a problem in core. Tested with both 1.3.2 and 1.4a1 with same results. Drip.exe also shows tons of leaked DOM elements. |