gpt4 book ai didi

javascript - jQuery 打字功能

转载 作者:太空宇宙 更新时间:2023-11-03 22:33:49 24 4
gpt4 key购买 nike

这只是很久以前的语法错误。查看答案!

最佳答案

看起来你的 setTimeout 语法有点不对劲:

window.onload = $(function() {
$(".element").typed({
strings: ['Are you down with the movement(Y/N)?'],
typeSpeed: 150
});

setTimeout(function() {
$(".element").editableDiv();
}, 1000)
});

您使用的可编辑 jQuery 插件是什么?

关于javascript - jQuery 打字功能,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32924993/

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