Monday, February 10, 2014

Read Checkbox Value using Jquery

How to read Check box value using  J Query?

<input type="checkbox" id="testCheckBox"  />
 
$("#testCheckBox").prop('checked')


 
 

No comments:

Post a Comment