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 available, and there is also another Event.Observe() in the AJAX call so that when the updated field is changed, it updates another element with an "Add to Cart" link and a price. This works in both IE and Firefox, but Chrome doesn't seem to be listening to the new "click" event that is attached through the AJAX call. Does anyone have any suggestions as to what I may be missing? -- You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/prototype-scriptaculous?hl=en.
