Estoy creando un complemento jQuery. ¿Cómo obtengo el ancho y la altura de la imagen real con Javascript en Safari? Lo siguiente funciona con Firefox 3, IE7 y Opera 9: var pic = $("img") // need to remove these in of case img-element has set width and height pic.removeAttr("width");...