Guest User

Untitled

a guest
Oct 16th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. $.post("http://*mywebsite*.co.uk/admin/admin/batchorder/products/Products/",
  2. {
  3. },
  4. function(data, status){
  5. console.log(status)
  6. console.log(data)
  7. });
Add Comment
Please, Sign In to add comment