Don't use Element#visible() , it just checks if a CSS attribute display: none exists. This is too naive for most cases. ... Element.addMethods({ visible: function ...
確定! 回上一頁