Icon_search

Items tagged with "javascript"

Show:  All  |  News Items  |  Blog Posts

Blog Posts

Dynamic Select Menus in Rails using Observe_Field

Mar 16, 2010 by Charlie

I frequently find myself building forms which contain dynamic select menus. This means that a user selects a choice from one menu, and that choice populates options into a second menu. An example of this might be a scenario where the user selects their state from a drop-down menu, then selects their city from a second menu. We only want that second menu to contain citie...

Tagged: dynamic select menus, ruby on rails, ruby, rails, observe field, javascript, jquery, prototype

JavaScript LightBox

Jun 23, 2006 by Travis

If you've been to one of our project detail pages or to a news story that has a picture, you may have noticed a cool little trick when you clicked on the picture. That nice effect is accomplished using Lightbox JS v2.0. It's an open-source script that can easily overlay images within a website. Although it's very easy to accomplish, I had to hack the code a bit thank...

Tagged: lightbox, javascript