Is it possible to get the actual URL (as opposed to the src
attribute value) of an image within the current DOM using jQuery or JavaScript?
i.e. retrieve "example.com/foo.jpg" as opposed to "foo.jpg" (taking <base>
elements into account)
What about any other interesting properties such as the mime type, file size or, best of all, the actual binary data?