From 173b211da16bf031b3bb0599de55fded7b32d20a Mon Sep 17 00:00:00 2001 From: Ashutosh Mishra Date: Fri, 8 Apr 2016 23:00:55 +0530 Subject: [PATCH] https://github.com/freqdec/datePicker/issues/62 - Datepicker breaks down if element has a special character in its "id" attribute. Regular Expressions while binding the events to control is updated to escape the special characters in "id" attribute of the element. Updating index.html to have demo-2 having a special case where element has special characters in "id" attribute. --- index.html | 4 ++-- js/datepicker.js | 8 ++++++-- js/datepicker.min.js | 4 ++-- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index fcd934e..538f450 100644 --- a/index.html +++ b/index.html @@ -90,7 +90,7 @@

Keyboard Controls

- +