gpt4 book ai didi

jquery - Html 包含在 Jquery 中

转载 作者:行者123 更新时间:2023-12-01 08:26:32 25 4
gpt4 key购买 nike

我可以将 html include 放入 Jquery 中吗?

这是代码:

    $(document).ready(function(){

$(".photo").hoverIntent(function() {
$(this).html('CAN I PLACE HERE A HTML INCLUDE?');
}, function() {
$(this).html('<img src="' + $(this).attr("title") + '" width="248" height="186" style="border-bottom: 1px solid #2B2B2B;"/>');
});

});

最佳答案

使用load功能:

$(this).load('file.html');

关于jquery - Html 包含在 Jquery 中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3386238/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com