Skip to main content

Bug Tracker

Side navigation

#1956 closed bug (duplicate)

Opened November 22, 2007 12:38PM UTC

Closed November 27, 2007 08:02PM UTC

Last modified November 27, 2007 08:03PM UTC

changing type property on an input fails in IE

Reported by: altwind Owned by:
Priority: major Milestone: 1.2.2
Component: core Version: 1.2.1
Keywords: Cc:
Blocked by: Blocking:
Description

jquery1.2.1 bug

A following code doesn't work.

<input type="text">
// change 'type' attribute
 $('#some_form_element').attr( 'type' , 'button' );

and Error Message that

"uncaught exception: type property can't be changed"

from FireBug.

Attachments (0)
Change History (2)

Changed November 27, 2007 08:02PM UTC by davidserduke comment:1

milestone: 1.2.11.2.2
resolution: → duplicate
status: newclosed

Duplicate of #1957.

Changed November 27, 2007 08:03PM UTC by davidserduke comment:2

summary: jquery1.2.1 bugchanging type property on an input fails in IE