Advertisement
oquidave

jquery ajax call

Aug 18th, 2011
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. $.get(
  2. "../pages/index.php",
  3. "{option:delete_nos, contact_ids:9}",
  4. function(data) { alert(data); },
  5. "html"
  6. );
  7. //in apache access logs
  8. "GET /pages/index.php?{option:delete_nos,%20contact_ids:9}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement