jQuery: The Write Less, Do More JavaScript Library

Ticket #198 (closed bug: invalid)

Opened 2 years ago

Last modified 1 year ago

Expression generates error in FireFox 1.5.0.6

Reported by: mlins@… Assigned to: anonymous
Type: bug Priority: major
Milestone: 1.0 Component: core
Version: 1.0 Keywords:
Cc: Needs:

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

Change History

Changed 2 years ago by mlins@…

You can of course, view the source of my markup at the posted addresses. It is a snapshot from a dynmically driven site.

Changed 2 years ago by anonymous

  • status changed from new to closed
  • resolution set to invalid

My error.

Changed 2 years ago by bjmiller@…

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 2 years ago by anonymous

me need jquery no0w where to jquery me build jquery website

Note: See TracTickets for help on using tickets.