[jQuery] Re: Confused...is JQuery and EXT still being integrated together?

2008-04-22 Thread webber
the beauty of jquery is to keep it simple . On Apr 21, 8:35 pm, Rey Bango <[EMAIL PROTECTED]> wrote: > For the foreseeable future, we're focusing our efforts on jQuery UI and > ensuring that the rich set of functionality in the library is top notch. > > The jQuery adapter which allows Ext to

[jQuery] Re: post a list of values from a function

2008-04-22 Thread webber
success: function(data){ $("#cnts").html(data); .. On Apr 21, 7:09 pm, webber <[EMAIL PROTECTED]> wrote: > using > > $.post("ajaxProc.asp", { cmd:'ups', mystring} > > "mystring" is a list of values c

[jQuery] Re: Adding load to ajax POST function

2008-04-22 Thread webber
thanks On Apr 20, 3:28 pm, Sephi-Chan <[EMAIL PROTECTED]> wrote: > Hello, > > You can look the code of the load function in the jQuery source. It's what i > did few days ago whereas i want do this (filter the response). > > I make something like this : > > $.ajax({ > url : 'remotePage.php

[jQuery] post a list of values from a function

2008-04-21 Thread webber
using $.post("ajaxProc.asp", { cmd:'ups', mystring} "mystring" is a list of values created by a function that returns a result like city:phoenix,state:arizona, etc. I want to add it to the post but I get back an error saying it's missing the colon . my guess is that it thinks "mystring" is t