Object Partners

I recently came across this great JavaScript library called TextboxList by Guillermo Rauch which will convert good old input fields into Facebook like input fields.

textboxlist

Even though there are tons of JavaScript libraries out there, it is very hard to find one with sufficient documentations and good overall quality. TextboxList definitely surprised me with not only its quality but the flexibility to be customized in order to fit different needs. There are MooTools version and jQuery version, and it supports both preloaded data and on-demand AJAX for auto-completion.

If you are looking for a way to jazz up your page, this is a must-try!

Share this Post

Related Blog Posts

JavaScript

Short Tips for Creating Mobile Web Content

August 5th, 2009

As smart mobile phones such as the iPhone or the Palm Pre offer a better Web-browsing experience, it becomes easier to offer access to enterprise Web applications from these devices. Designing Web content for mobile devices isn’t that much different…

Eric Foster-Johnson
JavaScript

Easy JavaScript Unit Test Integration

June 17th, 2009

At my current client I’ve been building a rather complex rich client app using ExtJs. The team has written a lot of JavaScript code, and has been writing a lot of JavaScript unit tests as well. We’ve gone through several unit testing tools along the…

Object Partners
JavaScript

Updated JavaScript Unit Testing Presentation

May 12th, 2009

I gave another presentation today on JavaScript Unit testing tools. This time I’ve advocated the use of HtmlUnit and Screw.Unit in combination. Screw.Unit is a JavaScript testing framework that’s great for unit tests, and HtmlUnit has…

Object Partners

About the author