I have the code below and what I need to do is load the image from the href into a div via ajax... Any help appreciated. I believe that load() can\'t load images like this?<
This would be the first thing I would try, I'm also a bit of a beginner as well though:
var image = $(''); image.attr('src', 'images/image1.jpg'); $('#image-holder').append(image);