Closed happyhj closed 7 years ago
@happyhj The Visible supports IE7+
IE8 doesn't support getElementsByClassName method
Therefore, The Visible should have refresh
method.
Can not use getElementsByClassName
in IE7, so have to find the target element each time.
@happyhj Please check and close the issue.
@kishu Got it. We Still need refresh method for IE8, IE7!
Description
The refresh method is not need to be called externally anymore when DOM changes. Because it caches the live collection (NodeList from getElementsByClassName) when it calls first time.