Getting SRC from clicked image

Getting SRC from clicked image

I've done this before but the whole idea of it is completely escaping me right now.

Here's what I'm after.

$("img").click(function() {
   var source = (the image's src)
});


Thanks so much.