The entire HTMLdivElement is desired to be hidden. I am able to get only the options and hide them.
For ex.
var x=document.getElementById('customfield_10001-1').parentNode;
x.style.display='none';
Is there anything similar for the entire multi select div element?
AJS.$("#customfield_10001").closest('div.field-group').hide()
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.