- jQuery for Designers Beginner's Guide Second Edition
- Natalie MacLees
- 493字
- 2021-09-03 10:08:34
Designer, meet plugins
We've already talked about how programmers solve the same problems over and over again. It's these common tasks that jQuery simplifies so that we can accomplish these tasks with a minimum amount of code. What about the tasks that are only somewhat common, like the ability to customize the appearance of tooltips?
That's where the jQuery community becomes important. Developers in the jQuery community write code that extends the functionality of jQuery to simplify tasks that are only somewhat common. These bits of code are called plugins, and they are used in conjunction with the jQuery library to make coding complex interactions, widgets, and effects as simple as using the features already built into jQuery.
You'll find a library of hundreds of jQuery plugins on the official jQuery site at this, there are literally thousands more available from sites across the Web for just about any task you want to accomplish.
To create custom-designed tooltips, we'll be using Steven Benner's jQuery PowerTip plugin. You'll learn how to install the plugin on your page and how to configure the CSS code and options to make your tooltips look and work the way you want.
Choosing a plugin
Recently, the jQuery team has started supporting a small number of official jQuery plugins, and you can use them confidently, knowing that they have the same level of expertise, documentation, and support behind them that jQuery itself has. All other jQuery plugins are provided by various members of the jQuery community, and those authors are solely responsible for the documentation and for their own plugins. Writing and providing jQuery plugins is a bit of a free-for-all, and sadly, you will come across a fair number of jQuery plugins that are poorly documented, poorly supported, and even worse, poorly written. What kinds of things should you, as a newcomer to jQuery, look for when choosing a plugin?
- A recent update to the plugin: Frequent updates mean that a plugin is well supported and that the author is keeping the plugin up to date as jQuery and browsers evolve. You'll even sometimes find other community members making contributions and updates to a plugin, as is the case with the jQuery PowerTip plugin.
- Thorough and easy-to-understand documentation: Before attempting to download and use a plugin, take a look through the plugin's documentation and make sure that you understand how to implement the plugin and how to use the options that the plugin makes available to you.
- Browser support: Great plugins generally have the same browser support as the jQuery library.
- Working demo: Most plugins will offer one or more working demos of their plugin in action. Check out the demo(s) in as many different browsers as possible to make sure that the plugin works as advertised.
- Reviews and ratings: You won't find reviews and ratings for all plugins, but if you can find some, they can be helpful indicators of the quality and reliability of the plugin.
- Getting Started with Citrix XenApp? 7.6
- Java多線程編程實戰指南:設計模式篇(第2版)
- Learning Java Functional Programming
- Mastering AWS Lambda
- Beginning Java Data Structures and Algorithms
- Developing Middleware in Java EE 8
- The React Workshop
- Android底層接口與驅動開發技術詳解
- Mastering Linux Network Administration
- 移動界面(Web/App)Photoshop UI設計十全大補
- Learning Unreal Engine Android Game Development
- Canvas Cookbook
- Orleans:構建高性能分布式Actor服務
- 微課學人工智能Python編程
- 算法設計與分析:基于C++編程語言的描述