Modify ↓
Ticket #154 (closed bug: fixed)
Britney
| Reported by: | edbrannin@… | Owned by: | |
|---|---|---|---|
| Priority: | undecided | Milestone: | |
| Component: | ajax | Version: | |
| Keywords: | dbr | Cc: | |
| Blocking: | Blocked by: |
Description (last modified by dmethvin) (diff)
I'm using JQuery 1.0 on a webpage with elements named 'A', 'A.1', 'A.2', 'A.2.1', etc.
I just tried to run $('#A.1') in Firebug, and it gave me a stack trace 6 levels deep.
Thinking it might be looking for 'A' elements with the class '1', I also tried:
$('A').addClass('1')
$('A.1')
...but I got the same 6-level stack trace:
| m has no properties | jquery-1.0.js (line 691) |
| anonymous | jquery-1.0.js (line 691) |
| anonymous | jquery-1.0.js (line 597) |
| jQuery | jquery-1.0.js (line 45) |
| jQuery | jquery-1.0.js (line 33) |
| null | javascript: with ... (line 1) |
| null | javascript: with ... (line 1) |
Change History
comment:1 Changed 7 years ago by john
- Status changed from new to closed
- Version 1.0 deleted
- Resolution set to wontfix
comment:2 Changed 7 years ago by Britney
- Cc Britney added; edbrannin@… removed
- Component set to 1
- Summary changed from "m has no properties" after $('#A.1') to Britney
- Priority set to 1
- Version set to 1
- Milestone set to 1
- Keywords Britney added; "" removed
- Type set to 1
comment:3 Changed 4 years ago by dmethvin
- need set to Review
- Status changed from reopened to closed
- Resolution set to fixed
- Description modified (diff)
Reopened by a spammer.
comment:4 Changed 3 years ago by snover
- Priority 1 deleted
- Type 1 deleted
- Version 1 deleted
- Component 1 deleted
- Milestone 1 deleted
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

Set to the tune of " I Will Survive":
First I thought it was a bug
I was petrified
Kept thinking I could never live
with that bug in dot find
But then I read back through the spec
starting with one and nine is wrong
I grew strong
I learned how to carry on
and so go back
and fix your classes
and it will all be ok
just like in your CSSes.
I should improve the stupid error
I should doc for all to see
If I had known for just one second
you'd have trouble with "A dot 3".