I want to check and sort elements that are hidden. Is it possible to find all elements with attribute display and value none?
display
none
Use this condition:
if (jQuery(".profile-page-cont").css('display') == 'block'){ // Condition }