Are there any JavaScript or jQuery APIs or methods to get the dimensions of an image on the page?
Using JQuery you do this:
var imgWidth = $("#imgIDWhatever").width();