Custom Query (13852 matches)
Results (16 - 18 of 13852)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#19 | fixed | slideUp/slideDown broken in SVN | ||
Description |
slideUp and slideDown are broken in the latest SVN, as referenced in these threads: http://proj.jquery.com/discuss/2006-June/001535/ http://proj.jquery.com/discuss/2006-June/001538/ http://proj.jquery.com/discuss/2006-June/001785/ http://proj.jquery.com/discuss/2006-June/001786/ http://proj.jquery.com/discuss/2006-June/001787/ They do not appear to work in ANY situation under either FF or IE. |
|||
#20 | fixed | [jQuery] Not compatible with Prototype 1.5 ??? | ||
Description |
Window.js (http://prototype-window.xilinus.com/) is a window widget component based on Prototype.js. When I put jquery.js with these scripts, the browser shows me the script error. I find out the Prototype 1.5 $() returns Element.extend(document.getElementById(id)). Prototype extends DOM object some utility functions, but jQuery overrides and returns document.getElementById(id) simply. This conflicts with Prototype.js. |
|||
#22 | fixed | Using html(string) adds a parameter to the element | ||
Description |
For instance <div id="foo"></foo> $("#foo").html("string"); results in <div id="foo" innerhtml="string">string</foo> Two discussion threads on the issue: http://jquery.com/discuss/2006-June/001661/ http://jquery.com/discuss/2006-June/002791/ |