I’ve been using jQuery a lot recently, and one of my favorite extensions is Trent Richardson's Impromptu. Impromptu provides a very easy way to prompt the user for input, and is a much more flexible replacement for JavaScript alert, prompt, and confirm. The syntax is actually very straightforward, but especially for more complex prompts it can be a little cumbersome to build the prompts. To help simplify this, I’ve created a set of helper classes to work with Improm...
[More]