My English isn’t strong so I’ll explain the question by the code.
function (jQelem1) {
jQelem1.[select_only_visible].each( function () { doSomething(); });
}
Is it possible to select only visible or any properties else element in variable.
thank you.
jQuery has
:visibleselector for us.To check for any other properties with visibility
Suppose:
And many more. Read about jQuery selectors clearly.