Advertisement
Guest User

Untitled

a guest
Sep 14th, 2016
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. $.ajax({
  2. url: 'http://xxx.php?&callback=?',
  3. dataType: 'jsonp',
  4. type: 'POST',
  5. username: 'xxxxx',
  6. password: 'xxxxx',
  7. crossDomain : true,
  8. xhrFields: {
  9. withCredentials: true
  10. }
  11. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement