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
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
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
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
4 matches
Mail list logo