超過50字很多很多很多很多很多很多很多很多很多很多很多很多字

&l"> 如何在省略字尾隨意切換See more 或是 close-PHP中文網路問答
如何在省略字尾隨意切換See more 或是 close
HUNT
HUNT 2019-02-26 23:44:42
0
0
814

以下是我的代碼,button規定必須在省略字尾後,現在的問題是為何我點擊see more後,在字尾添加的close點擊無效

超過50字很多很多很多很多很多很多很多很多很多很多很多很多字

$(function () { var $len = 20; $(".font .description p").each(function () { var $textold = $(this).text(); var $text = $(this).text().substring(0, $len - 1) + ""; if ($(this).text().length > $len) { $(this).text($text).append(""); } $('.add').click(function () { $(this).closest(".font").find(".description p").text($textold).append(""); }); $('.close').click(function () { $(this).closest(".font").find(".description p").text($text).append(""); }); }); })



HUNT
HUNT

全部回覆 (0)
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板
關於我們 免責聲明 Sitemap
PHP中文網:公益線上PHP培訓,幫助PHP學習者快速成長!