JQuery TimePicker is not working in ASP.NET MVC

-2

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.

javascript
asp.net-mvc
asked on Stack Overflow Feb 21, 2020 by naveen kumar

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0