[Kss-devel] attach text on existing text in input tag

Hedley Roos hedleyroos at gmail.com
Wed Sep 3 20:31:35 CEST 2008


The easiest way is to use replaceHTML or replaceInnerHTML to replace
the entire <input> with a new value attribute.

If your input had focus then it is more difficult, since replacing the
tag will mean losing focus. In such a case you will have to write your
own plugin.

Hedley


More information about the Kss-devel mailing list