Can I use the ellipsis (...) in the excess parts in javascript? Are there any plug-ins? For example, in this demo, jsfiddle. netkanjiushipg7c78qe only wants to keep one line. If the line is exceeded, it is omitted without line breaks. In addition, php omitted. What is the name of the function? Is it possible to use the ellipsis (...) in the excess part in javascript? Are there any plug-ins?
Like this demo, https://jsfiddle.net/kanjiushi/pg7c78qe/
Only one row is retained. If more than one line of text is exceeded, it is omitted without line breaks.
In addition, php omitted. What is the name of the function? I forgot.
Reply content:
Can I use the ellipsis (...) in the excess parts in javascript? Are there any plug-ins?
Like this demo, https://jsfiddle.net/kanjiushi/pg7c78qe/
Only one row is retained. If more than one line of text is exceeded, it is omitted without line breaks.
In addition, php omitted. What is the name of the function? I forgot.
Use CSS.
Text-overflow: ellipsis
Overflow: hidden
White-space: nowrap
Laravel:$ Value = str_limit ('the PHP framework for web artisans. ', 7); // The PHP...