Opened 10 years ago
Closed 10 years ago
#13807 closed bug (fixed)
jquery2.0.0 Firefox issue
Reported by: | Owned by: | gibson042 | |
---|---|---|---|
Priority: | low | Milestone: | None |
Component: | selector | Version: | 2.0.0 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I find the following codes throw an error in Firefox 20.0.1:
jQuery("body").attr("watch"); jQuery("body").attr("unwatch");
TypeError: name is not a function Sizzle.attr()jquery-2.0.0.js (line 1600) .attr()jquery-2.0.0.js (line 4071) .access()jquery-2.0.0.js (line 790) .attr()jquery-2.0.0.js (line 3751) [Break On This Error]
val = fn && fn( elem, name, !documentIsHTML );
jquery-2.0.0.js (line 1600)
Change History (2)
comment:1 Changed 10 years ago by
Component: | unfiled → selector |
---|---|
Owner: | set to gibson042 |
Priority: | undecided → low |
Status: | new → assigned |
comment:2 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Fix #13807: attribute/Object.prototype name collisions