Relative Content

Tag Archive for javascripthtmljquery

Hide complete field(label and options) based on the id

I am trying to hide the below question(both title and options) using the id “fe3739” using javascript. When I try to hide using the id(fe3739), it only hides options. I know there is one more id “formElement64” which can be used for hiding the complete question but my requirement was to hide using the id “fe3739”.