jQuery在div标签内添加图像 [英] jQuery add image inside of div tag

查看:113
本文介绍了jQuery在div标签内添加图像的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个div标签

<div id="theDiv">Where is the image?</div>

我想在div内添加图片标签

I would like to add an image tag inside of the div

最终结果:

<div id="theDiv"><img id="theImg"  src="theImg.png" />Where is the image?</div>

推荐答案

您是否尝试过以下方法:

Have you tried the following:

$('#theDiv').prepend('<img id="theImg" src="theImg.png" />')

这篇关于jQuery在div标签内添加图像的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆