I have a text box where we can enter some text, based on the input few more text boxes appear which are read only and prefilled with data.
Data in those fields are not in Title case, please suggest how can i convert that data in title case using only jquery.
The challenge here is, populated text boxes are read only hence not able to use any event like, onfocus, keyup, keydown, keypress.
When i use 'load' then the text boxes appears on loading of page without data.