Skip to main content

Bug Tracker

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.

Attachments (0)
Change History (2)

Changed March 02, 2012 03:50PM UTC by anonymous comment:1

It works well on IE, but it breaks firefox.

Changed March 02, 2012 03:52PM UTC by timmywil comment:2

resolution: → invalid
status: newclosed

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