Bader Albarrak
Bader Albarrak
currently, we did not support for both side. But later will be added Thanks
You will have each scanned image as jpg you can put them in 1 pdf or tiff
Some options are not fully work. We will add and fix more options in the upcoming version Thanks
Currently not all options are work correctly, we will add and fix options in the upcoming version Thanks
You have to destroy the picker first. I think we should fix `destroy` method in next release for workaround try this ```js $("#toDate").data().HijriDatePicker.destroy(); $('#toDate').removeData('HijriDatePicker'); // then reinitialize date picker $('#toDate').hijriDatePicker({...
Hello, yes, I will update to the latest version when it possible thanks
Try use the following `$(picker).hijri;`
For now you can specifiy the option `minDate` and `maxDate` for example ```js $("#input").hijriDatePicker({ minDate: "2012-01-25" maxDate: "2013-02-24" }) ``` Thanks
Yup this project is under development and a new release will be out soon with many fixes and more options Thanks
currently the plugin does not support multi date selection