SmartTruncation

码农软件 · 软件分类 · 其他jQuery插件 · 2020-01-06 14:28:31

软件介绍

SmartTruncation 可自动根据容器的大小变化时,对容器内部的字符串进行截取显示,并可保留一些固定的内容,例如文件扩展名之类的。

示例代码:

$('.text-2 li').smartTruncation({
  "truncateCenter" : true // "Hello World" -> "hel..rld"
});
$('.files li').smartTruncation({
  "protectExtensions" : true // "myimagefile.jpg" -> "myimagef...jpg"
});

本文地址:https://www.codercto.com/soft/d/22790.html

Eloquent JavaScript

Eloquent JavaScript

Marijn Haverbeke / No Starch Press / 2011-2-3 / USD 29.95

Eloquent JavaScript is a guide to JavaScript that focuses on good programming techniques rather than offering a mish-mash of cut-and-paste effects. The author teaches you how to leverage JavaScript's......一起来看看 《Eloquent JavaScript》 这本书的介绍吧!

HTML 编码/解码
HTML 编码/解码

HTML 编码/解码

URL 编码/解码
URL 编码/解码

URL 编码/解码

html转js在线工具
html转js在线工具

html转js在线工具