Advertisement
Guest User

Untitled

a guest
Feb 13th, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $.ajax({
  2. type: "POST",
  3. url: 'http://localhost/SF/faker/save_search.php',
  4. dataType: "json",
  5. data: saveSearchConfig,
  6. json: "true"
  7. }).done(function() {
  8. alert('test');
  9. }).fail(function(xhr, status) {
  10. console.log(status, xhr);
  11. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement