Question about .height()
Question about .height()
Shouldn't these return the same thing?
DOM height
theImage.get(0).height
164
jQuery height
theImage.height()
0
Here is what the image refers to (actually a much smaller image for brevity)
theImage
[
<
img
src
="
data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAGCAYAAAARx7TFAAAAPklEQVQIHWP8//8/AyHAREgBSJ4FpoiRkVEIyM4HYmuo2FGgLfVgNsg6qJWFQAGQ3XAMk2OEKoBqxk4R5SYAraobZjXAhjEAAAAASUVORK5CYII=
"
>
]
Topic Participants
geordie.korper
agibsonsw