Is there a jquery plugin that uses UI to prepend or append static text to an input field, like so:

I know twitters bootstrap can do it, but I can’t seem to find anything like it for jquery ui.
Thanks in advance for any help given.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I’m not sure, but you can probably fake it using a div, with a borderless input, and a few in-line blocks of span (with a gray background) floaing left.
That is if I understand what you’re trying to achieve correctly.