HTML DOM中文,HTML DOM的意思,HTML DOM翻译及用法

2026-05-06 11:48 浏览次数 14

HTML DOM

文档对象模型

HTML DOM 例句

英汉例句

  • The basic premise in jQuery is a jQuery selector, which can be used to select elements from an HTML DOM and operate on them.

    jQuery的基本前提是jQuery选择器,它被用来从HTML DOM中选择元素并操作这些元素。

  • If you want to learn more about the DOM, please visit our HTML DOM tutorial.

    如果你希望学习更多关于HTML DOM的教程,请查阅我们的HTML DOM教程。

  • User interface: all HTML DOM interaction (except canvas) is encapsulated here.

    用户界面:封装了所有的HTML DOM交互(除了canvas)。

  • This code creates a jQuery object around the document element, then sets up a function to call the instance when the HTML DOM document is ready.

    这个代码围绕document元素创建了一个jQuery对象,然后建立一个函数,用于在HTML DOM文档就绪的时候调用实例。

  • Easy HTML DOM traversal using jQuery selectors and binding selected elements to events.

    利用jQuery选择器(selectors)简化HTML DOM遍历,并将所选元素绑定到事件。

  • The HTML DOM defines a standard set of objects for HTML, and a standard way to access and manipulate HTML objects.

    HTML DOMHTML定义了标準的对象集合,以及标準的方法来访问和操作HTML对象。

  • Find elements in the HTML DOM tree using SQL-like queries.

    HTMLDOM树中使用SQL风格的查询语法找出相应的元素。

  • This class creates GWT GUI elements and associates them with HTML DOM elements on the SimpleGWTApp.html (see Listing 10).

    该类创建GWTGUI元素并将它们与SimpleGWTApp.html中的html DOM元素关联起来(参见清单10)。

  • The HTML DOM defines a standard way for accessing and manipulating HTML documents.

    HTML DOM定义了一个访问和处理HTML文档的标準方法。

  • Clicking on DOM elements brings you directly to the HTML DOM view, and, as you did before, you can modify data on the fly.

    DOM元素上单击直接转到HTML DOM视图,并且,正如先前一样,仍然可以动态修改数据。

  • You can rely on jQuery「s convenience methods to create HTML DOM elements and append them together.

    您可以依赖jQuery的便捷方法来创建HTML DOM元素,然后一起添加。

  • In case it isn」t obvious what the code in Listing 6 does, MochiKit defines a lot of HTML DOM shortcut functions, which allow you to create the DOM structure of an hCalendar fragment quite easily.

    如果清单6中的代码做什么不够清楚,MochiKit定义了大量的HTML DOM快捷函数,可以方便地创建hCalendar片段的DOM结构。

相关热词