mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
formatting
This commit is contained in:
parent
ecbc1a35c3
commit
d9b69be03f
@ -9,7 +9,11 @@
|
||||
<link type="text/css" href="../demos.css" rel="stylesheet" />
|
||||
<script type="text/javascript">
|
||||
$(function() {
|
||||
$("#datepicker").datepicker({showOn: 'button', buttonImage: 'images/calendar.gif', buttonImageOnly: true});
|
||||
$("#datepicker").datepicker({
|
||||
showOn: 'button',
|
||||
buttonImage: 'images/calendar.gif',
|
||||
buttonImageOnly: true
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</head>
|
||||
|
Loading…
Reference in New Issue
Block a user