[jQuery] jQuery .append various elements of a class

[jQuery] jQuery .append various elements of a class


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;'/