Side navigation
#11427 closed bug (invalid)
Opened March 02, 2012 02:39PM UTC
Closed March 02, 2012 03:52PM UTC
Problems in Internet Explorer 7,8
Reported by: | piotr.frankowski@10clouds.com | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.7.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Hi,
I was developing some application, and I have to support IE browsers. I've noticed some problems in line 2497 of jquery-1.7.1.js - during the my own validation of forms. When I change it(I mean line 2497 in jQuery)
from ret = elem.getAttribute( name );
to:
ret = elem.name;
It's works well.
It works well on IE, but it breaks firefox.