jQuery Clean

码农软件 · 软件分类 · 其他jQuery插件 · 2020-01-07 19:41:54

软件介绍

jQuery Clean 是一个用来对 HTML 内容进行整理和标签自动匹配的 jQuery 插件。主要的操作包括,自动关闭标签、自动转小写、自动删除不被识别的标签、格式化缩进等功能。

简单示例:

$.htmlClean("<H1 class=\"header\"><P>Nested P Test</H1>", {format:true});

=>
<h1>
        Nested P Test
</h1>

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

Algorithms in C, Parts 1-4

Algorithms in C, Parts 1-4

Robert Sedgewick / Addison-Wesley Professional / 1997-9-27 / USD 89.99

"This is an eminently readable book which an ordinary programmer, unskilled in mathematical analysis and wary of theoretical algorithms, ought to be able to pick up and get a lot out of.." - Steve Sum......一起来看看 《Algorithms in C, Parts 1-4》 这本书的介绍吧!

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

Markdown 在线编辑器
Markdown 在线编辑器

Markdown 在线编辑器

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具