|
Html inside <input
Hi guys. I'm having a problem here which i can't solve.
Ive seen it on Facebook, and there is a jquery plugin called USERBOX which got a function that does it too. So i hopes that someone knows how!
I would like to be able to render HTML inside a <input type="text"> fields value. Like
<ul>
<li id="Item_1">User 1</li>
<li id="Item_2">User 2</li>
</ul>
which will give me too boxes with the bg colour i gave it in the CSS. Just like when you choose recipies in facebooks mail-system.
Hope that you all understand.
//Jonas
|