Opened 12 years ago
Closed 12 years ago
#11427 closed bug (invalid)
Problems in Internet Explorer 7,8
Reported by: | 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.
Change History (2)
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Please ask for support on the forums or on the #jquery irc channel.
Note: See
TracTickets for help on using
tickets.
It works well on IE, but it breaks firefox.