[jQuery] Re: different name and id issue?

2007-06-14 Thread Klaus Hartl
Roger Ineichen wrote: Hi all We at the Zope3 dev mailinglist have a question to you genious JQuery developers. We run into a IE 67 issue related to DOM element id and name. The following two onclick handler return both Bar as value in IE 6 and 7. Does anybody know why? html

[jQuery] AW: [jQuery] Re: different name and id issue?

2007-06-14 Thread Roger Ineichen
Hi Klaus Betreff: [jQuery] Re: different name and id issue? [...] This is a known IE bug. Id and the name attribute share the same namespace in IE giving you the (unexpected) result you're talking of (getElementById gives you the first occurence of an element with the given id or name