> In my framework, sometimes there is debugging information dumped at > the bottom of the page. I would like to know what the easiest way to > "scrub" that debug output would be with prototype. My framework > outputs a very unique string before the debug output. So, a simple > "substring-before" would do the trick.
I'm new to prototype as well:) I don't see option to do something else before updating container... but it is really easy to make "your own ajax.updater " - I mean just new ajax.request which will do what you want and then update the container. It is really easy :) Look at the basic example at http://prototypejs.org/api/ajax/request --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
