Skip to content

flbeta_function_truncate

Wesley de Groot edited this page Nov 5, 2017 · 35 revisions
                     _          
                    (_)         
                     _    _____ 
                    | |  / ____|
                    | |  | (___ 
                _   | |  \___  \
 ______    _   | |__| |  ____) |
|______|  (_)   \____/  |______/
                     v0.1.0 Beta

Function truncate

_('.wrapper').truncate(length, truncation)



truncate is a object undefined?


🕸 Web Only

This function is only for websites


Parameter list

Type @var Description Required
object object Wrapper Required
string length length (default: 30) Required
string [truncation] truncation after the truncate (default: ...) Optional

Example:

_('.wrapper').truncate(length[, truncation])


Returns:

bool




[Back to function list](https://github.com/wdg/_.js/wiki/Function%20List%20(Beta))
Clone this wiki locally