Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>Why 2 ajax GET requests instead of 1 request?</title>
<style>
li{
    width:60px;
    margin:2px;
    background-color:#ccc;
    float:left;
    list-style-type:none;
    text-align:center;
}
a{
    color:#000;
    text-decoration:none;
}
a.current{
    color:#fff;
}
div{
    clear:both;
}
</style>
</head>
<body>
Why 2 ajax GET requests instead of 1 request?
<ul id="tabs">
    <li><a href="http://bit.ly/aHW5jy">One</a></li>
    <li><a href="http://bit.ly/bxQsGo">Two</a></li>
    <li><a href="http://bit.ly/cKnMc2">Three</a></li>
</ul>
<div id="content">Loading...</div>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
</body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers