0
我目前使用jquery mobile datebox(http://dev.jtsage.com/jQM-DateBox/)来显示日历。我卡在输入与显示一个div:无,然后我手动激活与以下JavaScript日历:jquery mobile datebox自定义对齐
$('#opencalendarlink').live('click', function(){
$('#datepicker').datebox('open');
});
其中opencalendarlink是按钮和日期选取器的id是日历的id。但是,日历显示为左对齐,但按钮和相应的隐藏div对齐。我怎样才能解决这个问题?