my friend i did this :

 $.ajax({
  url: "obtenerrango.php",
  cache: false
}).done(function( html ) {
  $("#results").append(html);
});


it works but this is correct.... it the best way to do it.....

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" 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/google-visualization-api?hl=en.

Reply via email to