Custom Query (13852 matches)
Results (76 - 78 of 13852)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#7950 | invalid | .outerWidth(1) | ||
Description |
I was using outerWidth(1), but since 1.4.4 this set the width to 0 instead, using outerWidth(true) work. |
|||
#11368 | invalid | scrollTop in animate in FF 10.0 not working | ||
Description |
example: $('html,body').animate({scrollTop: $('#results-people').offset().top-40}, 1000); works fine in chrome but fails to animate in FF 10 |
|||
#11634 | invalid | $("td[innerHTML='xyz']"). no longer works | ||
Description |
in jQuery 1.6.4, I could use the selector $("td[innerHTML='xyz']") to filter on all table cells in the DOM with 'xyz' as their inner HTML value. No matter what I try, this selector does not work in 1.7+. I have read the release notes and can't find anything that references why this won't work anymore. |
Note: See TracQuery
for help on using queries.