jQuery Checkbox Checked or not: 1 line solution
In this article, I am going to present you with 1 line solution to find if Checkbox is Checked or not using jQuery.
In this article, I am going to present you with 1 line solution to find if Checkbox is Checked or not using jQuery.
Many times it may have happened that you wanted to use jQuery to Hide/Show text boxes when a checkbox is checked or a button is clicked. This article will show you how to use jQuery to Show / Hide Textbox when checkbox is checked.