Bug Tracker

Opened 11 years ago

Closed 11 years ago

#11761 closed bug (wontfix)

bug: $("input:last").attr("onchange","alert(0)")does not work on IE6

Reported by: [email protected] Owned by:
Priority: undecided Milestone: None
Component: unfiled Version: 1.7.2
Keywords: Cc:
Blocked by: Blocking:

Description

$("input:last").attr("onchange","alert(0)"); $("input:last").trigger("change")

It does not work on IE6, it work on IE7,IE8,FF.

纠结ing.............

Change History (1)

comment:1 Changed 11 years ago by dmethvin

Resolution: wontfix
Status: newclosed

Please don't use inline handlers. Also, 请使用真正的浏览器。

http://docs.jquery.com/Won't_Fix#Inline_Event_Handlers

Note: See TracTickets for help on using tickets.