Custom Query (13852 matches)
Results (22 - 24 of 13852)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#2080 | fixed | 1.2.2.b2 breaks ajaxQueue plugin's queue mode, defect in queue() | ||
Description |
Running plugins/ajaxQueue/test/ with 1.2.2b2 doesn't start any requests for test 3 and 4, worked with 1.2.1. Tracked down to a check in queue()'s each, line 2985: if ( this.nodeType != 1) return; Dunno what that guard is doing, but removing it fixes ajaxQueue. |
|||
#2114 | wontfix | $(form.elements) fails in IE, selects only the form | ||
Description |
Though $([]).add(form.elements) works fine. |
|||
#2119 | fixed | attr('value') confusion | ||
Description |
I'm not sure whether this is a bug, it is confusing however. <div id="div1" value="the value"></div> $('#div1').attr('value') //=> undefined In html, property and attribute are usually equivalent and the terms are often used interchangeably. So I think jquery is doing the right thing. |
Note: See TracQuery
for help on using queries.