nehakadam / AnyPicker

jQuery Picker Library for Android, iOS & Windows Phone. eg Date Picker, Time Picker, DateTime Picker, Custom Select etc
https://nehakadam.github.io/AnyPicker/
MIT License
116 stars 37 forks source link

anypicker issue about date and basic #15

Open tayyab3331 opened 7 years ago

tayyab3331 commented 7 years ago

date picker and basic picker not working on single page only one is working is use #(document).ready function only one is working

nehakadam commented 7 years ago

(document).ready(function() { }); is required.

See Example demo/AnyPicker-Common-Date-and-Select.htm in which Date Picker and Basic Picker are used on a single page.