[jQuery] Re: jQuery functionalities

2007-09-07 Thread Juha Suni SC
At least a quick note: jQuery itself has terrific ajax-capabilities builtin. Add the forms-plugin and you have pretty much all you need. For more JSON-stuff, check the JSON-plugin (dug the part below from old jquery discussions, originally posted by Mark Gibson): --- I hacked the original

[jQuery] Re: jQuery functionalities

2007-09-07 Thread Andy Matthews
What is it that you think is missing? JSON is just a native javascript object...you just have to create the string yourself (or use a JSON plugin). AJAX couldn't get too much more robust, cookies has a plugin and I've never used Hash so I can't speak on that one. -Original Message-

[jQuery] Re: jQuery functionalities

2007-09-07 Thread polyrhythmic
Hash tracking is available through the History/Remote Plugin (though I have not used it yet): http://stilbuero.de/jquery/history/ Charles On Sep 7, 6:23 am, Andy Matthews [EMAIL PROTECTED] wrote: What is it that you think is missing? JSON is just a native javascript object...you just have to