Bug Tracker

Modify

Ticket #11427 (closed bug: invalid)

Opened 15 months ago

Last modified 15 months ago

Problems in Internet Explorer 7,8

Reported by: piotr.frankowski@… Owned by:
Priority: undecided Milestone: None
Component: unfiled Version: 1.7.1
Keywords: Cc:
Blocking: Blocked by:

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

comment:1 Changed 15 months ago by anonymous

It works well on IE, but it breaks firefox.

comment:2 Changed 15 months ago by timmywil

  • Status changed from new to closed
  • Resolution set to invalid

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

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.