Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Commit e4f55d3

Browse files
author
scottjehl
committed
fixed datepicker static example
1 parent f9e25ef commit e4f55d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

experiments/ui-datepicker/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<script type="text/javascript">
1616
$(function(){
1717
/* datepicker workaround */
18-
$('input[data-type=date]').hide().after( $('<div />').datepicker() );
18+
$('input[type=date]').hide().after( $('<div />').datepicker() );
1919
$('.ui-datepicker-header').addClass('ui-body-c ui-corner-top').removeClass('ui-corner-all');
2020
$('.ui-datepicker-prev').buttonMarkup({iconpos: 'notext', icon: 'arrow-l', shadow: true, corners: true});
2121
$('.ui-datepicker-next').buttonMarkup({iconpos: 'notext', icon: 'arrow-r', shadow: true, corners: true});

0 commit comments

Comments
 (0)