Reputation: 271
I'm trying to get a date picker to appear using Jquery UI's datepicker and a custom initializer. I've uploaded the code to JSFiddle at http://jsfiddle.net/f1c6j3fa/ but just can't figure it out why it's not working.
Anyone have any ideas?
Thanks
Upvotes: 1
Views: 40
Reputation: 509
You are using reserved css class .hasDatepicker
which prevents datepicker's show
Upvotes: 1