[Proto-Scripty] Updating Observer through AJAX call

2011-05-30 Thread Kristofer
Hello, I am trying to figure out how to do this properly. I have a site with two dropdown boxes, one for a Color and one for a Size. Using Event.Observe() I attach a listener to both. When one is selected, it performs an AJAX call to update the contents of the other to show sizes or colors avai

Re: [Proto-Scripty] Updating Observer through AJAX call

2011-05-31 Thread Kristofer
On Tue, May 31, 2011 at 10:57:36AM -0500, Miguel Beltran R. wrote: > 2011/5/29 Kristofer > > > Hello, > > > > I am trying to figure out how to do this properly. > > > > I have a site with two dropdown boxes, one for a Color and one for a > > Size. Us