Following is the form with id msform that I want to apply style=\"display:none\" attribute to.
msform
Based on the comment we are removing one property from style attribute.
Here this was not affect, but when more property are used within the style it helpful.
$('#msform').css('display', '')
After this we use
$("#msform").show();