Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $.ajax({
- url: "https://*****.ru/api/goods/",
- jsonp: "callback",
- dataType: "jsonp",
- data: str,
- success: function( response ) {
- console.log( response ); // server response
- }
- });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement