[jQuery] Re: Using .ajax to do XMLRPC - I must be doing something very stupid

2009-03-09 Thread Ritesh Nadhani
ore you can search it. I > could be wrong though. > > Karl Rudd > > On Tue, Mar 10, 2009 at 10:23 AM, Ritesh Nadhani wrote: >> >> Thanks. >> >> I had look into that first link earlier but I had hoped that there >> would be a simpler solution. Anyway, I

[jQuery] Re: Using .ajax to do XMLRPC - I must be doing something very stupid

2009-03-09 Thread Ritesh Nadhani
undefined. On Mon, Mar 9, 2009 at 1:53 PM, Karl Rudd wrote: > > jQuery "consumes" JSON fairly well but you'd need a plugin/other > functionality (like from json.org or that RPC plugin) to "produce" > JSON. > > Karl Rudd > > On Tue, Mar 10,

[jQuery] Re: Using .ajax to do XMLRPC - I must be doing something very stupid

2009-03-09 Thread Ritesh Nadhani
Aha. And I though I was doing something wrong. That clears up lot of things. PS: Does jQuery has better support for json? I can modify my XML-RPC to JSON-RPC. On Sun, Mar 8, 2009 at 9:44 PM, Karl Rudd wrote: > > jQuery doesn't include XML serialisation in it's core. A quick search > of the plu