Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
1
Answer
Selected index changed event in jquery using asp.net
radika godiyal
9y
618
1
Reply
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 +");
});
});
Post
Reset
Cancel
Answers (
1
)
Next Recommended Forum
How to override the default browser message in jquery ?
Infinite Scroll and page crash issue