Made it so that you can't change the type of an input element, having it throw an...
authorJohn Resig <jeresig@gmail.com>
Tue, 4 Sep 2007 04:17:14 +0000 (04:17 +0000)
committerJohn Resig <jeresig@gmail.com>
Tue, 4 Sep 2007 04:17:14 +0000 (04:17 +0000)
commit7d02f06e036f6a42ccd2c276e9f00a7cd35dc74a
treeb72feebffc6d35f15177914562afb507f311f2d4
parent53dc6afc310aa0e5df094304996ef605d4dbbd58
Made it so that you can't change the type of an input element, having it throw an exception instead (except for input elements that haven't yet been injected into the DOM). (Bug #1536)
src/jquery/coreTest.js
src/jquery/jquery.js