Here I am trying to use Zebradatepicker in my reactjs application. Below is the sample code I am trying to execute in onclick function of react application.
$("#datepicker_start").Zebra_DatePicker({ format: 'm-d-Y' });
Below is the error which i see.
TypeError: jquery__WEBPACK_IMPORTED_MODULE_3___default(...)(...).Zebra_DatePicker is not a function
So i wanted to use Zebradatepicker in react application.