How do I check if an element is hidden in jQuery?
// Matches all elements that are visible$(‘element:visible’)