jQuery `.is(“:visible”)` not working in Chrome
It seems jQuery’s :visible selector does not work for some inline elements in Chrome. The solution is to add a display style, like “block” or “inline-block” to make it work. Also note that jQuery has a somewhat different definition of what is visible than many developers: Elements are considered visible if they consume space in … Read more