using that code i am able to find tag display propery
but i want to get all the tag which have their display property none.Give me the result using javascript or jquery
document.getElementById(‘MSO_ContentTable’).style.display
MSO_ContentTable is an id of div tag
See it in action.