- ");
$("ul").append(makeLI);
});
A publication states:
> Navigate to the file in your browser. The
- Here is a new
- element.
- " + "Here is a new
- element. "); $("body").append("
elements are converted
> to elements with the text we want displayed.
However in FF 6 the div's remain:
------------------Complete Code------------------
JS Bin
Rewriting three
Rewriting three elements
$(document).ready(function(){
var makeLI = $("div").html("");
$("ul").append(makeLI);
});
is it ONLY in FF 6? it's not finished software, maybe it's because of that if it's ONLY in 6.以上就是jQuery .html() Function的详细内容,更多请关注web前端其它相关文章!
相关文章
评论
抢沙发
- ");
$("ul").append(makeLI);
});
is it ONLY in FF 6? it's not finished software, maybe it's because of that if it's ONLY in 6.
以上就是jQuery .html() Function的详细内容,更多请关注web前端其它相关文章!
相关文章
评论 抢沙发
前端开发相关广告投放 更专业 更精准
联系我们觉得文章有用就打赏一下文章作者
支付宝扫一扫打赏

微信扫一扫打赏
