0
For example on Facebook when we type Congratulations so and so inside the input the word congratulations gets bold and orange and the person continues typing normally... ie ... when the person type the congratulations I need to change only this word for another style and the rest continues the standard style.
This is not input. It’s some sort of editable div with multiple functions attached.
– Sam
Is this https://jsfiddle.net/valdeirpsr/36aeL6h0/ ? You can upload the contents of
div
for ainput:hidden
, this way you can send the content through<form>
– Valdeir Psr
that’s basically it... thank you
– Wilian Gabriel