Skip to content

Instantly share code, notes, and snippets.

@treffynnon
Created April 15, 2010 14:38
Show Gist options
  • Save treffynnon/367154 to your computer and use it in GitHub Desktop.
Save treffynnon/367154 to your computer and use it in GitHub Desktop.
jQuery UI Datepicker in a Dialog
$('#dialogue').dialog({
modal: true,
open: function() {
$("#ui-datepicker-div").css("z-index", $(this).parents(".ui-dialog").css("z-index")+1);
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment