Phil Brown's Web Development Blog

Entries for the ‘jQuery’ Category

Boxen – a jQuery iframe plugin

As mentioned in a previous post, I’m a big fan of displaying small, configuration style screens in Lightbox style windows. If you’re not familiar with Lightbox, check it out here.
The thing with configuration screens is they usually have a little more to do than simply display an image or other static content. In fact, [...]

jQuery AJAX Autocomplete with JSON data

I recently had a requirement to implement an auto-complete input box in a dynamic form. Since I was already using jQuery, I had a look at the available plugins.
After sorting through a few, I decided on this one from Jörn Zaefferer. The only problem was, I wanted to use the wonderfully simple Zend Framework AjaxContext [...]