appendText DescriptionExample

程序名称:appendText DescriptionExample

授权协议: 未知

操作系统: 未知

开发语言:

appendText DescriptionExample 介绍

Description

This (very) small plugins is the incestuous child of “append” and “text”: it
appends a new Text Node.

This is especially important when you want to append user-supplied input,
because a Text Node is never interpreted as HTML.

Example

var $myLabel = $("<label/>") .append("<input type='checkbox'/>") .appendText("use HTML <a href=''>");

Will add to the DOM the equivalent of the following HTML:

<label><input type='checkbox'/>use HTML &lt;a href=''&gt;</label>

appendText DescriptionExample 官网

http://plugins.jquery.com/project/appendText

相关编程语言

多功能下拉选择插件 SelectPage 简洁而强大的下拉分...
AutoComplete 是一个 jQuery Mobile 的插件,用于实...
Combogrid 是一个jQuery插件用于为输入框添加高级自...
Autobox2这个jQuery插件,可以用于创建类似于Facebo...
Link Scraper TextBox 是一个文本框的扩展插件,当你...
Awesomplete 超小超好用的超漂亮的 autocomplete 框...