jonthornton / Datepair.js

A javascript plugin for intelligently selecting date and time ranges, inspired by Google Calendar.
https://www.jonthornton.com/Datepair.js
358 stars 87 forks source link

Datepair is not a function #58

Closed KrunchMuffin closed 8 years ago

KrunchMuffin commented 8 years ago

i went from .9 to .12 and I am getting this error now.

$('#EventTimeContainer').datepair({defaultTimeDelta: 3600000});

Looks like there were lots of changes. Any idea?

jonthornton commented 8 years ago

It's hard to tell without being able to see a working example of the problem. My first guess would be one of the required JS files not getting loaded.