Side navigation
#198 closed bug (invalid)
Opened September 14, 2006 06:11PM UTC
Closed September 14, 2006 07:10PM UTC
Last modified June 21, 2007 02:27AM UTC
Expression generates error in FireFox 1.5.0.6
Reported by: | mlins@vortexoptics.c | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.0 |
Component: | core | Version: | 1.0 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
First off, I apoligize how I provide the example of this error. I tried to join the mailing list, but the confirmation email must not be working.
This expression generates an error:
alert($("#form input[@id$='Address1']").size());
The error:
Error: z has no properties Source File: http://mlins.homeip.net/jquery/index_files/jquery.js Line: 710
However, this works in an older version of jquery(rev. 29) as seen here:
http://mlins.homeip.net/jquery/work.html
Click on "Geocode Address" to see the alert. Perfect.
Now with the latest version of jquery(rev. 249):
http://mlins.homeip.net/jquery/nowork.html
Same thing, click on "Geocode Address," this time the error from above.
Another intersting quirk, http://mlins.homeip.net/jquery/nowork.html works in IE.
I apoligize if this is my error, but jquery is very difficult for me to debug and I'm unable to join the mailing list.
Attachments (0)
Change History (4)
Changed September 14, 2006 06:13PM UTC by comment:1
Changed September 14, 2006 07:10PM UTC by comment:2
resolution: | → invalid |
---|---|
status: | new → closed |
My error.
Changed September 15, 2006 01:56PM UTC by comment:3
This is probably the same as Bug #194, which is a real bug. The "error" should simply return an empty result, and not a JS error.
Changed November 02, 2006 04:05AM UTC by comment:4
me need jquery no0w where to jquery me build jquery website
You can of course, view the source of my markup at the posted addresses. It is a snapshot from a dynmically driven site.