Hi I am trying to include a JQuery timepickerin ASP.NET MVC project,I have tried all the option from google and also included all the reference files in my View yet i got the same error every time
Unhandled exception at line 2, column 5 in https://localhost:44380/Scripts/newFiles/MvcBootstrapTimepicker.js 0x800a01b6 - JavaScript runtime error: Object doesn't support property or method 'timepicker' occurred
including all the files in below order
Is there any other way to include time picker in ASP.NET MVC project ? I am using VS2017.
User contributions licensed under CC BY-SA 3.0