mirror of
https://github.com/xdan/datetimepicker.git
synced 2024-11-18 06:24:22 +00:00
commit
710cba4bf9
@ -76,9 +76,9 @@
|
||||
var datetimepicker = $('<div class="xdsoft_datetimepicker"></div>'),
|
||||
xdsoft_copyright = $('<div class="xdsoft_copyright"><a target="_blank" href="http://xdsoft.net/jqplugins/datetimepicker/">xdsoft.net</a></div>'),
|
||||
datepicker = $('<div class="xdsoft_datepicker active"></div>'),
|
||||
mounth_picker = $('<div class="xdsoft_mounthpicker"><button class="xdsoft_prev"></button><div class="xdsoft_label xdsoft_month"></div><div class="xdsoft_label xdsoft_year"></div><button class="xdsoft_next"></button></div>'),
|
||||
mounth_picker = $('<div class="xdsoft_mounthpicker"><button type="button" class="xdsoft_prev"></button><div class="xdsoft_label xdsoft_month"></div><div class="xdsoft_label xdsoft_year"></div><button type="button" class="xdsoft_next"></button></div>'),
|
||||
calendar = $('<div class="xdsoft_calendar"></div>'),
|
||||
timepicker = $('<div class="xdsoft_timepicker active"><button class="xdsoft_prev"></button><div class="xdsoft_time_box"></div><button class="xdsoft_next"></button></div>'),
|
||||
timepicker = $('<div class="xdsoft_timepicker active"><button type="button" class="xdsoft_prev"></button><div class="xdsoft_time_box"></div><button type="button" class="xdsoft_next"></button></div>'),
|
||||
timeboxparent = timepicker.find('.xdsoft_time_box').eq(0),
|
||||
timebox = $('<div class="xdsoft_time_variant"></div>'),
|
||||
scrollbar = $('<div class="xdsoft_scrollbar"></div>'),
|
||||
|
Loading…
Reference in New Issue
Block a user