jQuery change input type

You can’t do this with jQuery, it explicitly forbids it because IE doesn’t support it (check your console you’ll see an error. You have to remove the input and create a new one if that’s what you’re after, for example: You can give it a try here To be clear on the restriction, jQuery will not allow … Read more