Following is the form with id msform
that I want to apply style="display:none" attribute to.
<form id="msform" style="display:none;">
</form>
Also the check should be performed before adding the "style=display:none;"
property. That is if it is already set like in above code it should not set again.
But if it's not set then it should.
How should I achieve this? Please help me.