[jQuery] Re: Simple .post won't work

2009-05-03 Thread erikober
Brian, thanks for the reply. What you said makes total sense. I guess I was misinterpreting what .post() was supposed to invoke. I guess my impression from the docs, was that it was the alternative to the ajax method and would refresh the page such as submitting a traditional form to itself (or an

[jQuery] Re: Simple .post won't work

2009-05-03 Thread brian
>$("select").change(function () { > var theValue = this.value; >//alert(theValue); >$.post("select.php", { color: theValue },function(){alert > (theValue);}); > >}); There isn't any code here to change the div The PHP block you have at