[jQuery] $([EMAIL PROTECTED]'FieldName']) does not work in Firefox

2006-09-21 Thread Sam Collett
When attempting to get an element with the name (the same happens when I use 'id') ends with 'FieldName' I get an error 'z has no properties'. I am doing this as the page is an ASP.NET one (so the name is generated server side, but always contains 'FieldName'). Seems to work fine in IE though. I

Re: [jQuery] $([EMAIL PROTECTED]'FieldName']) does not work in Firefox

2006-09-21 Thread Brian
Might be related to bug #194, which Joern squished last week. Try the latest build? - Brian When attempting to get an element with the name (the same happens when I use 'id') ends with 'FieldName' I get an error 'z has no properties'. I am doing this as the page is an ASP.NET one (so the