<img src="../img/arnold.png" alt="Arnold">
How do I get with jQuery absolute path of this image?
img.attr("src") gives me just "../img/arnold.png", should give something like "http://site.com/data/2011/img/arnold.png" (full url).
How do I get with jQuery absolute path of this image?
|
|||
|
this might do the trick... but not sure about cross browser.... also try prop of jQuery 1.6..
|
|||||||||
|
|
I don't know that you can get it with jQuery, but you can get it with just the native JavaScript image object.
Just call it with |
||||
|
|
This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.