Guest User

Untitled

a guest
Dec 18th, 2018
60
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: urls,
  3. type: "GET",
  4. beforeSend: function(req) {
  5. req.setRequestHeader("Accept", "text/plain");
  6. }
  7. }).done(function(data, textStatus, jqXHR ) {
  8. console.log(data);
  9. });
Add Comment
Please, Sign In to add comment