Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<html>
    <head>
        <title>[jQuery] Toggle Button</title>
        <base href="https://www.castopulence.org/" />
        <link href="theme/jquery-ui-1.8.custom.css"
                    rel="stylesheet" type="text/css" />
        <style type="text/css">
            fieldset { border: 3px dotted black; }
        </style>
    </head>
    <body>
        <div>
            <label for="foo">Lock</label>
            <input type="checkbox" id="foo" />
            <span id="foo_checked"></span>
            <ul id="foo_change_log"></ul>
        </div>
        <script type="text/javascript"
                src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"
                ></script>
        <script type="text/javascript"
                src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/jquery-ui.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