On Nov 13, 2007, at 9:35 AM, Matt Foster wrote:
> > First things first right? > > So we need to attach a change event handler to the form, unfortunately > in my experiences IE did not play nice with this and did not catch the > bubbling event of an input's change event by observing the form, it > does in FF and that way makes sense but I've had to iterate over all > of the form.elements and attach the listener explicitly. What if you were to serialize the form at page load, then again at page before leave, and compare the two serialized values to note any changes? Wouldn't that shortcut this whole thing? Walter --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" 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/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
