gpt4 book ai didi

javascript - 如何使用 jquery 创建阅读更多

转载 作者:塔克拉玛干 更新时间:2023-11-02 23:06:32 26 4
gpt4 key购买 nike

我需要在 jQuery 中创建阅读更多功能,例如当字符长度为 30 时显示文本,但当字符更多时,只显示 30 个字符。

$('.dep_buttons').mouseover(function(){
// please insert script here
$(this).stop().animate({height:"100px"},150); // when character > 30 need this
$(".dep_buttons").mouseout(function(){
$(this).stop().animate({height:"30px"},150);
});
});

最佳答案

if($('your class').text().length() > 30) {});

你需要这个脚本

关于javascript - 如何使用 jquery 创建阅读更多,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21400966/

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