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
narasiman rao
NA
519
766k
using Jquery Popup to be shown using submit click
Oct 18 2016 9:03 AM
When i click the submit button Popup to be displayed
1. Submit code as follows
<input type="button" id="btn_PDC" runat="server" class="blueBtn" value="SUBMIT">
2. Display popup using Jquery code as follows
$(function () {
});
$("#btn_PDC").click(function() {
$('#divMessage').show();
});
3. in run mode when i click submit button Popup is not displayed.
From my above code what is the mistake.
Reply
Answers (
1
)
Change Label color according to Numbers of days from date c#
abstact vs interface