Skip to content

Instantly share code, notes, and snippets.

@cfsilence
Created July 16, 2012 17:30
Show Gist options
  • Save cfsilence/3123910 to your computer and use it in GitHub Desktop.
Save cfsilence/3123910 to your computer and use it in GitHub Desktop.
laf-jquery-ui-demo
<script>
$(function() {
$( "#dialog-modal" ).dialog({
height: 140,
modal: true
});
});
</script>
<div id="dialog-modal" title="Basic modal dialog">
<p>
Adding the modal overlay screen makes
the dialog look more prominent because
it dims out the page content.
</p>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment