Version

previousVisibleNode Property

Returns the previous visible sibling node of this node. If this is the first visible node in the collection, null is returned.
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_previousVisibleNode() : {Any}
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfNode.get_previousVisibleNode();
See Also