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
radika godiyal
NA
9
5.3k
Selected index changed event in jquery using asp.net
Mar 17 2015 11:54 AM
I dont have any error and I dont know where my mistake is, could somebody please help me to solve this problem?
$(document).ready(function () {
$('#Ddl').change(function () {
var Text;
var Value;
Text = $(this).find(":selected").val();
Value = $(this).val();
alert("Text is"+Text +" and value is "+Value +");
});
});
Reply
Answers (
1
)
How to override the default browser message in jquery ?
Infinite Scroll and page crash issue