gpt4 book ai didi

javascript - prototype.js 相当于 jquery .after()

转载 作者:搜寻专家 更新时间:2023-11-01 05:26:31 24 4
gpt4 key购买 nike

什么是 prototype.js 等效于以下代码

jQuery('#txtId').after(divdata);

最佳答案

http://www.prototypejs.org/api/element/insert

好吧,你使用插入看上面的链接

 $('selector').insert ({'after': 'Content'});

在你的情况下它看起来像这样

$('#txtId').insert ({'after':divdata});

关于javascript - prototype.js 相当于 jquery .after(),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4374240/

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