xModify
- 授权协议: 未知
- 开发语言:
- 操作系统: 未知
- 软件首页: http://plugins.jquery.com/project/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.
释放潜能:平台型组织的进化路线图
穆胜 / 人民邮电出版社 / 2017-12 / 59.80元
传统的组织模式中,企业逃不出“员工动不起来”和“创新乏力”的宿命。互联网改变商业逻辑的同时也改变了组织逻辑。平台型组织是匹配互联网商业逻辑的组织模式,它赋予了基层员工更多的责权利,能够在需求侧灵敏获取用户刚需、在供给侧灵活整合各类资源、用“分好钱”的机制激活个体去整合各类资源满足用户刚需,形 成供需之间的高效连接。 打造平台型组织有两大主题:一是通过设计精巧的激励机制让每个人都能感受到市场的压力,......一起来看看 《释放潜能:平台型组织的进化路线图》 这本书的介绍吧!
