- Instant jQuery Selectors
- Aurelio De Rosa
- 153字
- 2021-04-02 10:25:55
Conventions
In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.
Code words in text are shown as follows: "We can include other contexts through the use of the include
directive."
A block of code is set as follows:
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Instant jQuery Selector How-to</title> </head> <body> </body> </html>
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
<script src="jquery-1.10.1.min.js"></script> <script> $(document).ready(function() { $('*').css('border', '2px solid #000000'); }); </script>
New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "clicking the Next button moves you to the next screen".
推薦閱讀
- JBoss AS 5 Development
- 中文版SolidWorks 2015技術(shù)大全
- eZ Publish 4: Enterprise Web Sites Step/by/Step
- Yii 1.1 Application Development Cookbook
- Python數(shù)據(jù)分析實戰(zhàn):從Excel輕松入門Pandas
- 中文版AutoCAD 2022基礎(chǔ)教程
- Plone 3 Multimedia
- Drupal 6 Content Administration
- 計算機輔助翻譯基礎(chǔ)與實訓
- Photoshop CS5數(shù)字圖像處理
- Creo 4.0中文版基礎(chǔ)教程
- Photoshop CC APP UI設(shè)計從入門到精通
- Photoshop移動UI設(shè)計
- 新手學Flash CS6動畫制作
- Midjourney AI生圖與修圖從入門到精通