DOM manipulation - how to add, remove, move, copy, create, and find nodes.
DOM操作——怎样添加、移除、移动、复制、创建和查找节点。
This implies that DOM manipulation made outside of jQuery will not trigger the re-evaluation.
这暗示在jQuery之外的DOM操作不会触发重新评估。
The biggest offenders are probably things like excessive DOM manipulation, AJAX, and animation.
最可能违规的便是过量的DOM操作,AJAX和动画。
With this simple bit of DOM manipulation, the button's label will change as soon as the rabbit pops out.
通过这个简单的DOM操作,兔子跳出来之后按钮的标签马上就会改变。
Then through the use of DOM manipulation, the controller injects transformed HTML fragments into the widget template.
然后,通过使用DOM操作,控制器将经过转换的HTML片段注入到小组件模板中。
A particular issue with DOM manipulation is that the browser needs to re-flow and re-paint (basically re-render) the affected elements on the screen.
DOM操作的一个特别问题是浏览器需要在屏幕上回流和重绘(主要是重新呈现)元素。
By restricting DOM manipulation to child elements and nodes of the sandboxed element, you can securely manipulate the browser's DOM within the sandbox.
通过将DOM操作限制到沙箱元素的子元素和节点,您可以在沙箱中安全地操作浏览器的DOM。
In itself, this isn't very useful, but what's important is that you can use DOM manipulation code on the Node returned from the XPath expression evaluation.
返回的结果本身没有多少用处,但关键是可以使用DOM对XPath表达式求值返回的Node进行操作。
Having organized these different UI sections this way, it will become easier to control them through DOM manipulation, which Part 3 of this series will explain.
通过以这种方式组织这些用户界面部分,就更容易通过DOM控制它们,本系列的第3部分将解释DOM操作。
All manipulation of data should be performed on the separated DOM document.
所有对数据的操作应当在单独的DOM文档中完成。
Because DojoX Secure sandboxed scripts have access to the sandboxed element, you can perform DOM element creation and manipulation directly on the sandboxed element.
由于DojoX Secure沙箱脚本能够访问沙箱元素,您可以直接在沙箱元素上执行dom元素创建和操作。
This class USES DOM and provides a way to query using XPath for document manipulation and extracting atomic node values.
这个类使用了DOM并提供了使用XPath查询来获得文档操纵以及提取原子节点值的一种方式。
Instead, the developer would typically use DOM (Document Object Model) manipulation to modify part of the Web page to reflect the changes or data returned by the HTTP response.
相反,开发人员通常使用DOM (DocumentObjectModel)操作来修改部分web页面,显示其变化或由HTTP响应返回的数据。
Creation of this file is, of course, eminently automatable by any number of methods ranging from pure text manipulation to XML Document Object Model (DOM) manipulation.
当然,此文件的创建操作可以由从纯文本处理到XML文档对象模型(Document Object Model, DOM)处理的任意数目个方法出色地自动完成。
Dom (specifically xml.dom.minidom) offers a rather heavy API for OOP-style manipulation of XML documents — with methods common across dom implementations in many programming languages.
dom(特别是xml . dom .minidom)为xml文档的OOP -风格操作提供了相当繁重的API—有一些方法共同用于许多编程语言中的dom实现。
Dom (specifically xml.dom.minidom) offers a rather heavy API for OOP-style manipulation of XML documents — with methods common across dom implementations in many programming languages.
dom(特别是xml . dom .minidom)为xml文档的OOP -风格操作提供了相当繁重的API—有一些方法共同用于许多编程语言中的dom实现。
应用推荐