I want to carry out two different functions based on the height of a div. How would I write out a conditional that checks the style before deciding?
2 Answers
You can use the height() method. The css(name) method can be used to return any style property.