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>
<input id="id" type="text" placeholder="Your ID">
<input id="search" type="submit" value="Search">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script>
  function click(){
   
  }
  
  function displayContent(json) {
         var string = "<table>"; 
    console.log(json.feed.entry)
            var len = json.feed.entry.length;
    
    
    var output = json.feed.entry.filter(function(name){
      return name.gsx$id.$t === '3'
      
    })
            $('body').append(" <p>" + output[0].gsx$name.$t + "</p>");
                
            
        }   
        </script>
<script src="https://spreadsheets.google.com/feeds/list/1WMvFqepPmQUVwTFFUZW_3SfSt1ZBr_AEy_XdUXZ72ng/od6/public/values?alt=json-in-script&amp;callback=displayContent" type="text/javascript"></script>
</body>
</html>
Output

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

Dismiss x
public
Bin info
ryanhellerud1pro
0viewers