- jQuery for Designers Beginner's Guide Second Edition
- Natalie MacLees
- 254字
- 2021-09-03 10:08:30
What is jQuery?
jQuery is a JavaScript library. This means that it's a collection of reusable JavaScript code that accomplishes common tasks. Since web developers often find themselves solving the same problems over and over again, it makes sense to collect useful bits of code into a single package that can be included and used in any project. The creators of jQuery have written code to smoothly and easily handle the most common and most tedious tasks we want to accomplish with JavaScript, and they've ironed out all the little differences that need to be worked out to get the code working in different browsers.
It's important to remember that jQuery is JavaScript, not a language of its own. It has all the same rules and is written the same way as JavaScript. Don't let this frighten you away—jQuery really does make writing JavaScript much easier.
jQuery's official tagline is "write less, do more." This is an excellent and accurate description of the jQuery library—you can really accomplish amazing things in just a few lines of code. My own unofficial tagline for jQuery is "find stuff and do stuff to it", because finding and manipulating different parts of an HTML document is extremely tedious with raw JavaScript and requires lines and lines of code, while jQuery makes that same task painless and quick. Thanks to jQuery, you can not only quickly create a drop-down menu but you can also create one that's animated and works smoothly in many different browsers.
- Django+Vue.js商城項(xiàng)目實(shí)戰(zhàn)
- ThinkPHP 5實(shí)戰(zhàn)
- 摩登創(chuàng)客:與智能手機(jī)和平板電腦共舞
- Twilio Best Practices
- Network Automation Cookbook
- ADI DSP應(yīng)用技術(shù)集錦
- 概率成形編碼調(diào)制技術(shù)理論及應(yīng)用
- SQL Server 2016數(shù)據(jù)庫應(yīng)用與開發(fā)
- 數(shù)據(jù)結(jié)構(gòu)案例教程(C/C++版)
- Salesforce Reporting and Dashboards
- Selenium Testing Tools Cookbook(Second Edition)
- PHP 7從零基礎(chǔ)到項(xiàng)目實(shí)戰(zhàn)
- Python編程:從入門到實(shí)踐(第3版)
- 從零開始學(xué)UI:概念解析、實(shí)戰(zhàn)提高、突破規(guī)則
- Raspberry Pi Blueprints