xModify

码农软件 · 软件分类 · 其他jQuery插件 · 2020-01-14 14:42:51

软件介绍

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.

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

测出转化率:营销优化的科学与艺术

测出转化率:营销优化的科学与艺术

【美】高尔德(Goward,C.) / 谭磊、唐捷译 / 电子工业出版社 / 2014-10-1 / 68.00元

本书作者通过已成功实现大幅提升转化率的案例,展示了大量以营销为核心的电子商务网站的测试设计方法及转化优化方案。书中作者强调了测试及优化思维的重要性,并就实现方法做了详细讲解。 通过本书,读者将学到如何能够在网站遇到发展和收入瓶颈时,测试出存在的问题并找到解决方案;如何可以深入地了解客户需求,并以此为基础优化网站,使其达到提升转化率的目的;如何提升网站的竞争优势,把在线营销渠道变成高效的转化通......一起来看看 《测出转化率:营销优化的科学与艺术》 这本书的介绍吧!

在线进制转换器
在线进制转换器

各进制数互转换器

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

URL 编码/解码

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

html转js在线工具