TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Schleid Alex
NA
361
47.9k
jquery datepicker would not work
Oct 12 2020 4:19 PM
I have an @Html.edifor to show date of birth and I want to use jquery datepicker to show calendar. My scritp code is located in an external js file and proper reference to the file is on the view. I am also using bundle in app config.
here is my script
$(function ()
{
$("#DateOfBirth").datepicker({ dateFormat: "dd-MMM-yy", changeMonth: true, changeYear: true });
});
I am getting the following error. Jquery?v=gywVLk6VvVVR_J6-oRPIvBpBvXSXEW6ZffeMhgu--bE1:1 Uncaught TypeError: $(...).datepicker is not a function.
Can someone help me spot what is wrong.
Thank you!
Reply
Answers (
3
)
About save Uiniqidintifire type
How to write the interface code as shown in the asp.net language?