A blog dedicated to css3, xhtml, html5 and jquery tutorials.
Use below code structure:
if($("#checkkBoxId").is(':checked')) $("#txtAge").show(); else $("#txtAge").hide();
if($("#
checkkBoxId
").is(':checked')) $("#txtAge").show(); else $("#txtAge").hide();
No comments:
Post a Comment