Posts by Bruno Reis Silvino • 31 points
1 post
-
3
votes2
answers525
viewsQ: How to get and count elements that DO NOT have a certain CSS property with js/jquery?
I need to count elements within a div that does not contain the property display:none and then calculate and add up the width of all these elements. The function of calculating and summing would be…