Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<html>
  
<head>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.0.2/jquery.min.js"></script>
    <title>jQuery UI Test</title>
    
    <!-- scripts -->
        <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/jquery-ui.min.js"></script> 
    <!-- jQuery UI -->
    <link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/themes/base/jquery-ui.css" type="text/css" media="screen, projection" />
    
    <script type="text/javascript">
        $(function() {
            $('#tabs').tabs();
        });
    </script>
</head>
<body>
    <div id="tabs">
        <ul>
            <li><a href="#tab1">Any Tab</a></li>
        </ul>
        
        <div id="tab1">
            <span class="ui-icon ui-state-default ui-corner-all ui-icon-calculator"></span>
        </div>
        
        <div id="tab1">
            <span class="ui-icon ui-corner-all ui-icon-calculator"></span>
        </div>
    </div>
</body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers