jQuery技术

[ 前端开发者学习手册(英) ]

字号+ 作者:H5之家 来源:H5之家 2017-04-23 16:05 我要评论( )

对前端开发的各个环节讲解的比较全面,英文好的朋友不妨仔细阅读下

文字

A A

默认 护眼 夜间

Learn DOM, BOM, & jQuery

DOM - The Document Object Model (DOM) is a cross-platform and language-independent convention for representing and interacting with objects in HTML, XHTML, and XML documents. The nodes of every document are organized in a tree structure, called the DOM tree. Objects in the DOM tree may be addressed and manipulated by using methods on the objects. The public interface of a DOM is specified in its application programming interface (API). - wikipedia.org

BOM - The Browser Object Model (BOM) is a browser-specific convention referring to all the objects exposed by the web browser. Unlike the Document Object Model, there is no standard for implementation and no strict definition, so browser vendors are free to implement the BOM in any way they wish. - wikipedia.org

jQuery - jQuery is a cross-platform JavaScript library designed to simplify the client-side scripting of HTML. jQuery is the most popular JavaScript library in use today, with installation on 65% of the top 10 million highest-trafficked sites on the Web. jQuery is free, open-source software licensed under the MIT License. - wikipedia.org

The ideal path, but certainly the most difficult, would be to first learn JavaScript, then the DOM, then jQuery. However, do what makes sense to your brain. Most front-end developers learn about JavaScript and then DOM by way of first learning jQuery. Whatever path you take, just make sure JavaScript, then DOM, or jQuery don't become a black box.

General Learning: Mastering: References/docs: Standards/specifications:

上一篇: 下一篇:

 

1.本站遵循行业规范,任何转载的稿件都会明确标注作者和来源;2.本站的原创文章,请转载时务必注明文章作者和来源,不尊重原创的行为我们将追究责任;3.作者投稿可能会经我们编辑修改或补充。

相关文章
  • jQuery使用注意点技巧2——jQuery 选择器详解

    jQuery使用注意点技巧2——jQuery 选择器详解

    2017-04-21 14:00

  • HTML 5 学习教程一 HTML5简介

    HTML 5 学习教程一 HTML5简介

    2017-04-15 18:02

  • 从零开始学习jQuery免费下载

    从零开始学习jQuery免费下载

    2017-04-15 18:01

  • salesforce 零基础学习(七十)使用jquery tree实现树形结构模式

    salesforce 零基础学习(七十)使用jquery tree实现树形结构模式

    2017-04-15 17:02

网友点评
s