Side navigation
#154 closed bug (fixed)
Opened August 29, 2006 08:57PM UTC
Closed October 11, 2009 11:33PM UTC
Last modified March 06, 2013 05:34AM UTC
Britney
Reported by: | edbrannin@gmail.com | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | |
Component: | ajax | Version: | |
Keywords: | dbr | Cc: | |
Blocked by: | Blocking: |
Description
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)||
Attachments (0)
Change History (6)
Changed August 31, 2006 06:19AM UTC by comment:1
resolution: | → wontfix |
---|---|
status: | new → closed |
version: | 1.0 |
Changed November 08, 2006 08:10AM UTC by comment:2
cc: | edbrannin@gmail.com → Britney |
---|---|
component: | → 1 |
keywords: | "" → Britney |
milestone: | → 1 |
priority: | → 1 |
summary: | "m has no properties" after $('#A.1') → Britney |
type: | → 1 |
version: | → 1 |
Changed October 11, 2009 11:33PM UTC by comment:3
description: | 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)|| → 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)|| |
---|---|
need: | → Review |
resolution: | → fixed |
status: | reopened → closed |
Reopened by a spammer.
Changed October 24, 2010 09:22PM UTC by comment:4
component: | 1 |
---|---|
milestone: | 1 |
priority: | 1 |
type: | 1 |
version: | 1 |
Changed October 24, 2010 09:28PM UTC by comment:5
cc: | Britney |
---|---|
keywords: | Britney → Britney,SPAM |
Changed March 06, 2013 05:34AM UTC by comment:6
component: | → ajax |
---|---|
keywords: | Britney,SPAM → dbr |
priority: | → undecided |
type: | → bug |
Set to the tune of "[http://www.lyricsdomain.com/7/gloria_gaynor/i_will_survive.html 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".