[jQuery] jQuery .append all elements

[jQuery] jQuery .append all elements


Hi guys
I'm trying to do the following:
-----------------------------------------
$(document).ready(function(){
img=$(".img");
imga=img.attr("href");
$(&quot;#imgbox&quot;).append(&quot;<img src='&quot;+imga+&quot;'/