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

If I remove the datepair not let me add it again. #83

Closed andreperegrina closed 7 years ago

andreperegrina commented 7 years ago

I remove with jQuery the datepair reference with

$('#ID').datepair('remove');

but when i try to used again with

$('#ID').datepair();

it does not work