TrevorS / bootstrap3-datetimepicker-rails

This gem packages the bootstrap-datetimepicker for the Rails 3.1+ asset pipeline.
MIT License
292 stars 123 forks source link

Firefox data function is broken #67

Closed chabgood closed 5 years ago

chabgood commented 5 years ago

I can run the following function under chrome, but not firefox(65.0.1 (64-bit).

    $("#attendance_date_present_update").data("DateTimePicker").defaultDate(new Date(date_present))

TypeError: $(...).data(...) is undefined