Why this code does not work on Chrome?

Why this code does not work on Chrome?

just installed mobiscroll. I use date scroller. I use this below code to manage the textbox.

  1. <script type="text/javascript"> $(function() { // create a datepicker with default settings $("#beginDate") .mobiscroll() .date({ invalid: { daysOfWeek: [0, 6], daysOfMonth: ['5/1', '12/24', '12/25'], theme: 'android-ics light', display: 'bottom', mode: 'scroller' } }); }); </script>

It works well on firefox but not work on Chrome. Why? How can i fix it?