---------- Forwarded message ----------
From: darxx <[EMAIL PROTECTED]>
Date: Thu, Oct 9, 2008 at 2:35 PM
Subject: [jquery-dev] http://docs.jquery.com/UI/Magnifier
To: jQuery Development <[EMAIL PROTECTED]>



Not working
http://docs.jquery.com/UI/Magnifier


Bad example
http://docs.jquery.com/Post


God Example

jQuery loading another page and alerting the result:

 $.post("receive_variables.php",
      {first_name:"Tarcila",last_name:"Broder"},
      function(returned_data)
        {
        alert(data);
        });


receive_variables.php

 <?php
 echo 'Welcome '.$_POST['first_name'].' '.$_POST['last_name'];
 ?>

OUTPUT:

 Browser will alert, with it's standard pop-up box 'Welcome Tarcila
Broder'



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to