Thanks for the reply, but the issues is that I have no control over the debug output. It's appended to the html response by the application server. I want to avoid it getting anywhere near the dom.
The other suggestion, of writing my own Ajax.Updater sounds like what I need to do. /John On Fri, Mar 6, 2009 at 7:45 AM, ColinFine <[email protected]> wrote: > > > > On Mar 5, 3:55 pm, Steakfest <[email protected]> wrote: > > I just started using prototype and scriptalicous yesterday. I was able > > to get an Ajax update call working with very little effort. Thanks to > > the community for such great documentation. > > > > 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. > > > > Thanks in advance for any advice > > I have hardly any idea what you are asking, but if you mean you want > to be able to hide the debug output, put it in a div of its own and > just hide the div. > > Colin > > > > -- /John --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
