javascript - Make part of the text as readonly -


i want make part of strings read only.

ex:

name: ss,ks,mm,ll,pp

in name text want make ks , ll read using javascript or jquery.

can suggest how can implement functionality?

you cannot make part of textbox readonly. however, can try add pattern textbox. correct pattern logic may able want.

you can find many jquery plugin textbox pattern. instance: http://www.jqueryrain.com/demo/jquery-mask-input-plugin/


Comments

Popular posts from this blog

Android : Making Listview full screen -

javascript - Parse JSON from the body of the POST -

javascript - Chrome Extension: Interacting with iframe embedded within popup -