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

binding datePicker #6

Closed elfassy closed 12 years ago

elfassy commented 12 years ago

Is there any way to bind the datePicker to any new .date_picker elements added to the dom? Thanks!

freqdec commented 12 years ago

You have to call the .create method whenever the new form element has been injected into the DOM. The script can't do this automatically (well, theoretically it could but only on browsers that support DOM mutation events).

Regards, Brian.