Catalogue
script:
$("#pdf1img").wrap($('',{ href: '/Content/pdf/' + data.pdf1 }));
Try that ^^^
Image elements cannot be links, but they can be wrapped in anchor elements which are.
.wrap() in jQuery Docs