We can easily hide or display a div by checking the radiobox options using jQuery. We can do this by checking radio options attribute and according to attribute we can hide or show a div.
In the above example we are displaying the textarea when user will check YES option and hiding when user will select NO with the help of attribute value.
0 Comment(s)