Skip to content

Commit

Permalink
Test files for the zIndex problem within a jQuery UI dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
fgelinas committed Nov 14, 2011
1 parent 914096c commit c65c464
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 0 deletions.
39 changes: 39 additions & 0 deletions tests/dialog.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
<!DOCTYPE html>
<html>
<head>
<script src="../include/jquery-1.5.1.min.js"></script>
<script src="../include/jquery.ui.core.min.js"></script>
<script src="../include/jquery.ui.widget.min.js"></script>
<script src="jquery.ui.dialog.min.js"></script>
<script src="../jquery.ui.timepicker.js?v=0.2.9"></script>

<link rel="stylesheet" href="../include/jquery-ui-1.8.14.custom.css">
<link rel="stylesheet" href="../jquery.ui.timepicker.css">

<script>

$(document).ready(function() {

$('#for_timepicker').timepicker();
$('#for_dialog').dialog();
});
</script>

</head>
<body>

<h1>Testing the timepicker within a jQuery Dialog</h1>

<div id="for_dialog">

<p style="margin: 40px 20px">
The timepicker :
<br>
<input type="text" id="for_timepicker">
</p>


</div>

</body>
</html>
40 changes: 40 additions & 0 deletions tests/jquery.ui.dialog.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c65c464

Please sign in to comment.