Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <title>JS Bin</title>
</head>
<body>
  
  <script src="https://code.jquery.com/jquery-2.1.4.js"></script>
</body>
</html>
 
/*$.getJSON("http://mensajesdevoz.co:15672/api/queues/%2F/active?jsonpcallback=someFunc", function someFunc(dl){ 
  console.log('someFunc: ', a);
});*/
$.ajax({
  type: "GET",
  url: "http://mensajesdevoz.co:15672/api/queues/%2F/active?jsonpcallback=someFunc",
  dataType: 'jsonp',
  crossDomain:true,
  someFunc: function () {
    console.log('someFunc: ', a);  
  },
  success: function (data){
    console.log('success: ', data.code);
  },
  error: function (err) {
    console.log('error: ', err)
  }
});
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers