To make <input /> tag completely un-editable, put readonly attribute on the tag. Below is simple example to do it by using jQuery .prop() . You can also put the ...
確定! 回上一頁