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
Sarath Kumar
NA
443
338.7k
check box value
Nov 14 2014 4:48 AM
in my application need to select one from bus type.i.e,AC or NonAC
here i am writing the code like this but unable to get selected checkbox value.if anyone knows how to get selected checkbox value.
$(function () {
$('#chkType').click(function () {
var checked = $("#chkType").is(':checked');
alert(checked); return false;
});
});
Reply
Answers (
7
)
after drag&drop item jpages automatically applay/refresh
Hide Jpages if item less than Page limit