Tuesday, 12 April, 2016 UTC


Summary

jQuery can be used to access checkbox value using jQuery.attr(“value”) and it checked state using jQuery.prop("checked"). Note that we can not use jQuery.attr() for checked read more
The post jQuery – get checkbox value and checked state appeared first on InfoHeap.