SyntaxFix
Write A Post
Hire A Developer
Questions
You can see this example.
// Is this element visible onscreen? var visible = $(#element).visible( detectPartial );
detectPartial :
visible is boolean variable which indicates if the element is visible or not.
visible