我尝试使用动态显示 html 代码,jquery
这是我第一次尝试,但我认为我的概念有问题。
这是我的代码:
<script>
jQuery(document).ready(function() {
jQuery("#popup").click(function() {
$("<div class=foo id=bar style='color:white;bgcolor:blue;font-size:12pt'></div>")
});
});
</script>
问题是如何显示这个html代码,我认为点击时显示但没有