How can I use jQuery to fetch the SRC attribute of a value?
$(el).attr("src")
alert($("#elem").attr("src"));
var mySrc = $('#myimage').attr('src');