Bug Tracker

Opened 12 years ago

Closed 12 years ago

#11427 closed bug (invalid)

Problems in Internet Explorer 7,8

Reported by: piotr.frankowski@… 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 anonymous

It works well on IE, but it breaks firefox.

comment:2 Changed 12 years ago by Timmy Willison

Resolution: invalid
Status: newclosed

Please ask for support on the forums or on the #jquery irc channel.

Note: See TracTickets for help on using tickets.