Advertisement
santha

Untitled

Jul 15th, 2019
357
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. $.ajax({
  2. url: "/api/search",
  3. type: "get",
  4. data: {
  5. q: window.location.hash
  6. },
  7. success: function(response) {
  8. console.log(response.data);
  9. }
  10. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement