[Proto-Scripty] Re: parsing json strips slashes before quotes - can I avoid this?

2008-10-09 Thread suki rosen
I am passing the data as arguments to javascript functions (like onclick=hopefully_escaped_data_from_server) I also have rollover functions that take these descriptions as arguments. Am I missing something??? thanks s On Thu, Oct 9, 2008 at 3:53 PM, Hector Virgen [EMAIL PROTECTED] wrote: Is

[Proto-Scripty] Re: parsing json strips slashes before quotes - can I avoid this?

2008-10-09 Thread suki rosen
personally, I would consider this a serious drawback to using json - as opposed to xml, which does not display this behavior. I'm really hoping there's a workaround here, but I feel like I may drop prototype in favor of a library that has better xml support. On Thu, Oct 9, 2008 at 3:53 PM,

[Proto-Scripty] Re: parsing json strips slashes before quotes - can I avoid this?

2008-10-09 Thread suki rosen
? Are you using javascript to print out the onmouseover text, or a server-side language? Can you post some sample code? Thanks -Hector On Thu, Oct 9, 2008 at 1:52 PM, suki rosen [EMAIL PROTECTED] wrote: for example, here's a user description: 'I'll take you down to china town' I want to print

[Proto-Scripty] Re: pass object as function argument - bind?

2008-10-17 Thread suki rosen
that's great. thanks - I'm glad I was on the right track there. This seems very useful for dealing with ajax data. On Fri, Oct 17, 2008 at 3:33 PM, T.J. Crowder [EMAIL PROTECTED]wrote: Hi, Is this what bind() is for? Can I *bind* my json object to a function that refers back to the