I have a unordered list <ul id="images" >. There are 3 list items in the list and in each item there is an image. Each image has a different width. How does jquery deal with the following.
var width = $('#images li img').width();
which of the 3 image widths will the var ‘width’ contain?
Read more on .width()