mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-16 20:31:01 +00:00
fixed datepicker static example
This commit is contained in:
parent
f9e25efeb6
commit
e4f55d3c91
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@
|
|||
<script type="text/javascript">
|
||||
$(function(){
|
||||
/* datepicker workaround */
|
||||
$('input[data-type=date]').hide().after( $('<div />').datepicker() );
|
||||
$('input[type=date]').hide().after( $('<div />').datepicker() );
|
||||
$('.ui-datepicker-header').addClass('ui-body-c ui-corner-top').removeClass('ui-corner-all');
|
||||
$('.ui-datepicker-prev').buttonMarkup({iconpos: 'notext', icon: 'arrow-l', shadow: true, corners: true});
|
||||
$('.ui-datepicker-next').buttonMarkup({iconpos: 'notext', icon: 'arrow-r', shadow: true, corners: true});
|
||||
|
|
|
|||
Loading…
Reference in a new issue