Implement Jquery Datetimepicker
I am trying to implement JQuery Datetimepicker into my MVC application. I have added all the reference into this but still throwing error GET http://localhost:53987/Home/assets/img
Solution 1:
you are calling $.noConflict()
which disassociate jQuery from $ var, that's why, just delete that
Post a Comment for "Implement Jquery Datetimepicker"