Get Id of div by class using jquery
Hello friends,I have a div which generates runtime and I do not have access on code.But the html code rendered (checked in firebug) is as follows.
<div tabindex="0" class="printButton printButton-up" role="button" aria-pressed="false" style="" aria-hidden="false"><input type="text" tabindex="-1" role="presentation" style="opacity: 0; height: 1px; width: 1px; z-index: -1; overflow: hidden; position: absolute;"><div class="html-face">Print</div></div>
if I can write style="display:none" on above code then it will solve my purpose.
I do not have ID of div in above code.can anyone help how can I achieve it
Thanks
Navneet