My code is mention below.
In jsp page
<script>
$(document).ready(function(){
alert($("#checkBoxId").val());
});
function onclickfun(value){
if(value==true){
//do what ever
}
Type: Posts; User: chadan; Keyword(s):
My code is mention below.
In jsp page
<script>
$(document).ready(function(){
alert($("#checkBoxId").val());
});
function onclickfun(value){
if(value==true){
//do what ever
}