How can i use this to get the source of the image
function pinterest_it() {
$("#page_wrapper img").after("<p>" + this.src + "</p>");
}
I'm guessing in this source code "this" is being used incorrectly. Can anyone tell me what i can use to get the images src?