xModify

程序名称:xModify

授权协议: 未知

操作系统: 未知

开发语言:

xModify 介绍

xModify is an XML syntax that can be used to update HTML elements
declaratively. This means that developers can utilize server-side frameworks
to create xModify documents that an xModify Processor will use to update the
HTML document.

Why is this Helpful?

Because, instead of having to create JavaScript to update the UI for a
particular dataset, the developer
can use server-side functionality such as PHP, J2EE, Ruby, or XSLT to create
XML documents that can to the same thing. This
typically will save code, time and increase the maintainablity of the
application.

The second reason xModify is helpful is that it puts the know-how into a well
defined XML layer, instead of either a
client-side or server-side library. XML can be outputted from any server-side
or processed client-side layer, making it more likely that knowledge of
xModify can be leveraged across projects.

Operations

xModify contains a set of operation that a developer would need to perform
when manipulating a XML or HTML DOM.

Each of the operations contains a select attribute that is used to select a
set
of operations.

  • append

Append the children of the operation to the selected nodes

  • clone

Create a clone of the selected nodes.

  • insert-after

Insert the children of the operation after the selected nodes

  • insert-at

Insert the children of the operation at a specific index of the selected nodes

  • insert-before

Insert the children of the operation before the selected nodes

  • remove-attribute

Remove an attribute from the selected nodes

  • remove-element

Remove the selected nodes.

  • replace

Replace the selected nodes with the children of the operation.

  • replace-children

Replace the children of selected nodes with the children of the operation.

  • set-attribute

Change an attribute of the selected nodes.

  • set-innerhtml

Change the HTML of the selected nodes to be the children of the operation.

  • embed-xal

Embed XAL components of the operation into the selected nodes.

xModify 官网

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

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。

相关推荐


多功能下拉选择插件 SelectPage 简洁而强大的下拉分页选择器;支持远程数据(AJAX)、
AutoComplete 是一个 jQuery Mobile 的插件,用于实现在 jQuery Mobile 中的搜索框中提供自动完成的功能。
Combogrid 是一个jQuery插件用于为输入框添加高级自完成功能(auto- complete)。当用户输入的时候,会在输入框的下方面动态显示一个拥有分页功能的表格(Grid)控件。
Autobox2这个jQuery插件,可以用于创建类似于Facebook风格的AutoComplete控件。
Link Scraper TextBox 是一个文本框的扩展插件,当你输入一个 URL 时,就会在输入框下方显示该 URL 地址对应的网页标题。
Awesomplete 超小超好用的超漂亮的 autocomplete 框架并且对其它框架零依赖 gzip 压缩后只有2kb
jQuery.autocomplete 是另外一款在文本框中实现自动完成的jQuery插件。 在线演示:http://mabp.kiev.ua/content/source/autocomplete/autocomplete.html
简洁、易用、多样的菜单解决方案 状态 入门指南、DEMO、文档 插件官方首页(入门指南、DEMO、文档):
Ajax Autocomplete for jQuery jQuery 的自动补全组件,支持 Ajax 获取远程数据,支持数据分组显示。
这是一个用来在文本输入框中实现自动完成的jQuery插件。 主要的功能有: 使用和配置简单;
Easily build your own simple or complex autocomplete systems, or use standalone.
TextExt 是一个 jQuery 插件,提供对文本输入框的功能扩展,可实现自动完成、标签输入、ajax和过滤功能。
这款jQuery插件来自于Twitter的一个新的项目,支持远程和本地的数据集。比较有特色的地方在于你可以将数据集使用本地存储(local
At.js 是一个Twitter / Weibo样式的@自动完成插件。Demo演示 功能特性: 可以监听任何字符,不仅仅只是’@‘,可以设置监听不同的字符和使用不同的数据。
马可波罗(Marco Polo),一个为独具慧眼的开发人员准备的jQuery自动补齐插件。
看看上面的截图,你能明白该插件的用途了吗?当你在编辑框中输入 @xxx 的时候就会触发 Ajax
这是一个在文本输入框中实现自动完成的jQuery插件。 本站采用了该插件。 使用代码示例:
A full featured autocompleter that’s easy to use. It uses caching to produce lightning speeds and to limit server requests.
DevBridge Ajax Autocomplete 是一个实现了文本输入框的自动完成输入的插件。支持大多数浏览器,要求至少 IE 7+
jqac (jQuery Auto Complete) 是一个实现了编辑框输入自动完成的jQuery插件。 在线演示