Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $.jsonp({
- type: 'GET',
- url: 'http://yandex.ru/404',
- callbackParameter: 'callback',
- dataType: 'jsonp',
- timeout: 10000,
- success: function(json){
- alert('success')
- },
- error: function(){
- alert('error')
- }
- });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement