Archive for the “jQuery” category

Building your own Lightbox with Javascript (part 1)

by Razvan on February 21, 2010

See the final result of part 1: Demo Why write your own lightbox? The simple answer is: to learn how it’s done. If you’re going to use if for an image gallery, embed flash and videos or even to load (…)

Read the rest of this entry »

jQuery Validation in Ruby on Rails

by Monica Olinescu on August 17, 2009

This post shows how you can use the jQuery Validation plugin to validate RESTful rails forms and how to use the remote method for powerful AJAX-backed validation.