Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <title></title>
</head>
<body>
   <div id="name"></div>
</body>
</html>
<script src="http://static.jsbin.com/js/vendor/jquery-1.11.0.min.js"></script>
<script>
    $(document).ready(function () {
       $.getJSON('https://www.admin.uwa.edu.au/jetend2/engine/callista/global_person.asp?q=personv_id', function(data) {
            alert(data); //uncomment this for debug
            alert(data.field); //further debug
           // $('#name').html(data.field);
         $('#name').html('permander');
     
    });
      
    });
</script>
Output

This bin was created anonymously and its free preview time has expired (learn why). — Get a free unrestricted account

Dismiss x
public
Bin info
anonymouspro
0viewers