[mochikit] hi want some help on saving the state of a toggle button

2007-12-27 Thread shailendra gupta
hi am working in toggle button with start and stop time button and wnat to save the state of the button.As user push these buttons after few hours so page is refresed and state is not remain same --~--~-~--~~~---~--~~ You received this message because you

[mochikit] Async request problem on Safari

2007-12-27 Thread Steve Zatz
First of all, I am an inexperienced javascript programmer (so you're forewarned) and appreciate any help with the following problem. I have googled this every which way but can't find anything relevant. I am using the current trunk of Mochikit. I have a simple Web application that lists items

[mochikit] Re: Async request problem on Safari

2007-12-27 Thread Per Cederberg
Have you enabled debugging in Safari? Does the console show any error messages? From some examples I found, it looks like people use res.responseXML directly, without the .documentElement part. I guess you should also check for malformed XML in the response. Here is some relevant documentation