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

OpenCV OpenCL: Convert Mat to Bitmap in JNI Layer for Android -

android - org.xmlpull.v1.XmlPullParserException: expected: START_TAG {http://schemas.xmlsoap.org/soap/envelope/}Envelope -

python - How to remove the Xframe Options header in django? -