Hi!
I've tried to prevent the selection of the content inside a <input type="text" /> and set the caret to the end of the field to insert more data. That is to avoid people from deleting the field content when updating.
How do I achieve it?
I've tried jCaret, jquery.caret and to trigger the "End" key (which only worked in Firefox) but it must be crossbrowser.
Thank you