Re: [jQuery] Simplae JQuery/Ajax question - GET variables
Thnks Nathan,
Very near, but it is more basic than that - how do I get the variable
?trythis="changable value" into var trythis="";
Sounds silly and quiet simpel, but can I get a "plain" english answer - no
Thanks for your reply
Nathan Klatt-2 wrote:
>
> On Tue, Jan 19, 2010 at 11:06 AM, parot <russell@parotkefalonia.com>
> wrote:
>> What I cannot do and I do not seem to get a sensible, easy to follow and
>> understandable answer from knowledgeable JQuery people is find out how to
>> pass the valiable trythis to the page tryit.php and then return the
>> result,
>> in this case a simple php echo.
>
> I must misunderstand you...
>
> var trythis = 57;
> $.get("tryit.php", { trythis: trythis }, function(data) {
> $("#resultsGoHere").html(data); });
>
> Nathan
>
>
--
View this message in context: http://old.nabble.com/Simplae-JQuery-Ajax-question---GET-variables-tp27229104s27240p27229508.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home