Escaping html for <input> tag
Is there any method for <input> tag like .html() to escapsing html code? Example with a label, I can use:
$("#label").html("NGUYỄN") will become NGUYỄN (that what I want); so I want to do the same thing with <input> tag.
Sorry for my English