Skip to content

Instantly share code, notes, and snippets.

@aaron-prindle
Created October 13, 2018 00:42
Show Gist options
  • Select an option

  • Save aaron-prindle/c83c325aa6bdf5d4fb4d31696a0ad86e to your computer and use it in GitHub Desktop.

Select an option

Save aaron-prindle/c83c325aa6bdf5d4fb4d31696a0ad86e to your computer and use it in GitHub Desktop.
<button id="openButton">
Open Dialog
</button>
<div id="dialog" style="display:none">
<div class="ui-tabs">
<ul>
<li><a href="#tab_1">Tab 1</a></li>
<li><a href="#tab_2">Tab 2</a></li>
</ul>
<div id="tab_1">
<h1> Aaron's Heading 1 </h1>
<span> ------Awesome paragraph------ </span> </br>
<a href="https://www.google.com">Search stuff on Google</a> </br>
<img src="https://goo.gl/du2KeQ" alt="Smiley"> </br>
<iframe width="560" height="315" src="https://www.youtube.com/embed/IcrbM1l_BoI" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
<marquee>scrollingggggg!!!!!!!!!!!!!</marquee>
</div>
<div id="tab_2">
<p>Aaron's new page</p>
<img src="https://emojipedia-us.s3.dualstack.us-west-1.amazonaws.com/thumbs/160/facebook/111/fire_1f525.png" alt="My Mixtape!!!"> </br>
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment