Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<html>
  <head>
    <!-- External dependencies -->
    <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
    <script src="http://cdnjs.cloudflare.com/ajax/libs/sinon.js/1.15.4/sinon.js"></script>
    <script src="//aui-cdn.atlassian.com/aui-adg/5.9.17/js/aui.js"></script>
    <script src="//aui-cdn.atlassian.com/aui-adg/5.9.17/js/aui-experimental.js"></script>
    <script src="//aui-cdn.atlassian.com/aui-adg/5.9.17/js/aui-datepicker.js"></script>
    <link rel="stylesheet" type="text/css" href="//aui-cdn.atlassian.com/aui-adg/5.9.17/css/aui.css"/>
    <link rel="stylesheet" type="text/css" href="//aui-cdn.atlassian.com/aui-adg/5.9.17/css/aui-experimental.css"/>
    <!-- / External dependencies -->
  </head>
  <body>
    <div class="foo">
      <a data-aui-trigger aria-controls="show-on-hover" href="#show-on-hover">
        <span class="aui-icon aui-icon-small aui-iconfont-help float-right">Help</span>
      </a>
      <aui-inline-dialog id="show-on-hover" responds-to="hover" alignment="right middle">
        <p>First paragraph</p>
        <p>Second paragraph</p>
        <p>Third paragraph</p>
      </aui-inline-dialog>
    </div>
  </body>
</html>
 
.foo {
  padding: 15vh 25vw;
  margin: 0 auto;
}
Output

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

Dismiss x
public
Bin info
seancurtispro
0viewers