0
<script type="text/javascript">
$(document).ready(function() {
$('#checkin').Zebra_DatePicker({
direction: true,
show_icon:false,
format: 'M d, Y',
show_select_today:false,
pair: $('#checkout')
});
$('#checkout').Zebra_DatePicker({
direction: 1,
show_icon:false,
format: 'M d, Y'
});
});
</script>
<script>
$(function() {
$("#checkin").Zebra_datepicker();
$('.Zebra_Datepicker dp_visible').addClass('notranslate');
});
</script>
我使用Zebra的日期選擇在我的網站,但是當我使用谷歌翻譯API在我的網站谷歌翻譯掛起我的日期選擇器,並保持在翻譯時需要幫助.... 我試圖使用上述功能添加沒有翻譯類的用戶界面日期選擇器,但沒有運氣爲什麼谷歌翻譯掛起我的斑馬Datapicker