Quantcast
Channel: ASPSnippets RSS Feed
Viewing all articles
Browse latest Browse all 4776

Change HTML INPUT Type from Password to Text using jQuery

$
0
0
Here Mudassar Ahmed Khan has explained with an example, how to dynamically change HTML INPUT Type from Password to Text using jQuery. HTML does not allow the Type attribute to be modified with jQuery at runtime and hence the same can be achieved by creating a dynamic TextBox next to the Password TextBox and hiding the Password TextBox.

Viewing all articles
Browse latest Browse all 4776

Trending Articles