Probeer onze March Matching Engine.

Wat wilt u graag doen?
// not working $(function () { $("DivBlock75 Paragraph5").each(function (i) { var limit=7;//replace the character limit you want var check = false; if (st.includes(" ", limit-1)) { check = true; } if (len > limit && !check) { $(this).text($(this).text().substr(0, limit) + '....'); //console.log("this"); } else if (len > limit) { $(this).text($(this).text().substr(0, limit-1) + '....'); //console.log("that"); } }); });