Giantsfan542
Giantsfan542

Reputation: 271

Date Picker is Not Appearing

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

Answers (1)

Martynas Barzda
Martynas Barzda

Reputation: 509

You are using reserved css class .hasDatepicker which prevents datepicker's show

Upvotes: 1

Related Questions