You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jQuery.type() is deprecated and no longer available in jQuery 4. Therefore the library does not work out of the box anymore.
Uncaught TypeError: $.type is not a function
at HTMLInputElement.<anonymous> (jquery.datetimepicker.full.js?t2bnbx:2631:10)
at T.each (jquery.min.js?v=4.0.0-beta.2:2:2876)
at T.each (jquery.min.js?v=4.0.0-beta.2:2:1386)
at $.fn.datetimepicker (jquery.datetimepicker.full.js?t2bnbx:2591:8)
at HTMLInputElement.<anonymous> (drupal.single_datetime.js?t2bnbx:134:35)
at T.each (jquery.min.js?v=4.0.0-beta.2:2:2876)
at T.each (jquery.min.js?v=4.0.0-beta.2:2:1386)
at Object.attach (drupal.single_datetime.js?t2bnbx:63:70)
at drupal.js?v=11.2.3:166:24
at Array.forEach (<anonymous>)
jQuery.type()is deprecated and no longer available in jQuery 4. Therefore the library does not work out of the box anymore.