Does the visibility as hidden renders the element? if no is there any way to not render a element in HTML using J Query or any other way.
how to not render an element in HTML
Collapse
X
.yourclassname{ display:none; }
#yourclassname{ display:none; }
Comment