Skip to content

Instantly share code, notes, and snippets.

View Trovoada's full-sized avatar

Homilzio Trovoada Santos Trovoada

  • CELFOCUS
  • Lisbon
View GitHub Profile
@jorgebraz
jorgebraz / ajax_request.html
Created March 13, 2012 22:16
Pedido ajax usando jQuery
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js'></script>
<script>
// var query = A palavra de pesquisa, não sei onde a estás a ir buscar...
$.ajax(
{
url: 'http://oteusite.qqcoisa.pt/response.php',
type: 'get', // -> $_GET no PHP
data: {
query: query // -> $_GET['query'] no PHP;