function sample(){ str="<svg width=\"500\" height=\"500\">"; str=str+"<image x=\"100\" y=\"100\" width=\"280\" height=\"160\" xlink:href=\"ren.jpg\"/>"; str=str+"</svg>"; $("#memo").html(str); }