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
kalpana jaiswal
NA
45
9.6k
Jquery
Jan 1 2016 12:31 PM
how to add datepicker control in content paage nested by master page?
Master Page Code
<asp:ContentPlaceHolder ID="head" runat="server">
<link href="jquery-ui.min.css" rel="stylesheet" />
<script type="text/javascript" src="Scripts/jquery-1.7.2.min.js"></script>
<script type="text/javascript" src="Scripts/jquery-ui-1.8.19.custom.min.js"></script>
<script type="text/javascript">
$(function() {
$( "#datepicker" ).datepicker();
});
</script>
Content Page Code
<p>Date: <input type="text" id="datepicker"/></p>
plz tell me what is the mistake in the code??
Reply
Answers (
3
)
Rotate image in Jquery
Disable Calendar