freqdec / datePicker

An attempt at writing a flexible, framework free, feature-rich and accessible datepicker
http://freqdec.github.io/datePicker/
MIT License
171 stars 56 forks source link

https://github.com/freqdec/datePicker/issues/62 - Special characters in id attribute #68

Open mishraas opened 8 years ago

mishraas commented 8 years ago

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.