- Learning jQuery(Fourth Edition)
- Jonathan Chaffer Karl Swedberg
- 225字
- 2021-08-13 17:18:43
Chapter 1. Getting Started
Today's World Wide Web (WWW) is a dynamic environment and its users set a high bar for both the style and function of sites. To build interesting and interactive sites, developers are turning to JavaScript libraries such as jQuery to automate common tasks and to simplify complicated ones. One reason the jQuery library is a popular choice is its ability to assist in a wide range of tasks.
It can seem challenging to know where to begin because jQuery performs so many different functions. Yet, there is a coherence and symmetry to the design of the library; many of its concepts are borrowed from the structure of HTML and Cascading Style Sheets (CSS). The library's design lends itself to a quick start for designers with little programming experience, since many have more experience with these technologies than they do with JavaScript. In fact, in this opening chapter we'll write a functioning jQuery program in just three lines of code. On the other hand, experienced programmers will also be aided by this conceptual consistency, as we'll see in the later, more advanced chapters.
In this chapter, we will cover:
- The primary features of jQuery
- Setting up a jQuery code environment
- A simple working jQuery script example
- Reasons to choose the jQuery approach over plain JavaScript code
- Common JavaScript development tools
- 極簡算法史:從數(shù)學(xué)到機(jī)器的故事
- Web Scraping with Python
- Learning Data Mining with Python
- Eclipse Plug-in Development:Beginner's Guide(Second Edition)
- Java編程技術(shù)與項目實戰(zhàn)(第2版)
- Spring Boot進(jìn)階:原理、實戰(zhàn)與面試題分析
- 軟件品質(zhì)之完美管理:實戰(zhàn)經(jīng)典
- 響應(yīng)式架構(gòu):消息模式Actor實現(xiàn)與Scala、Akka應(yīng)用集成
- Oracle數(shù)據(jù)庫編程經(jīng)典300例
- Mastering Python
- Design Patterns and Best Practices in Java
- 產(chǎn)品架構(gòu)評估原理與方法
- Android項目實戰(zhàn):博學(xué)谷
- C#程序開發(fā)參考手冊
- SQL Server 2014數(shù)據(jù)庫設(shè)計與開發(fā)教程(微課版)