Hi Team
I have a checkbox, i want if i click to it must populate the datepicker, i need some help below. The issue when i unchecked it its not hidding. I want a user when the first check it must must show, then when its not unchecked it must hide. I also getting javascript error, date.datepicker is not a function. what library are necessary for this exception?
- class="form-group row">
- class="col-sm-6">
- @Html.EditorFor(model => model.ModuleName, new { htmlAttributes = new { @class = "form-control", autofocus = "autofocus", placeholder = "ModuleName" } })
-
class
="form-group row"> class
="col-sm-2">
Junaid MuslaPosted Sep 30, 2020, 4:41 AM
Also you might need this to activate datapicker:
Guest UserPosted Sep 30, 2020, 4:50 AM
Guest UserPosted Sep 30, 2020, 4:29 AM
Junaid MuslaPosted Sep 29, 2020, 12:10 AM
Guest UserPosted Sep 28, 2020, 8:32 AM
Junaid MuslaPosted Sep 28, 2020, 8:15 AM
Try to write your script in the script section as below:
Guest UserPosted Sep 28, 2020, 6:50 AM
Junaid MuslaPosted Sep 28, 2020, 5:47 AM