舉報

會員
jQuery 2.0 Development Cookbook
最新章節:
Index
Takingarecipebasedapproach,thisbookpresentsnumerouspracticalexamplesthatyoucanusedirectlyinyourapplications.Thebookcoverstheessentialissuesyouwillfacewhiledevelopingyourwebapplicationsandgivesyousolutionstothem.Therecipesinthisbookarewritteninamannerthatrapidlytakesyoufrombeginnertoexpertlevel.Thisbookisforwebdevelopersofallskilllevels.AlthoughsomeknowledgeofJavaScript,HTML,andCSSisrequired,thisCookbookwillteachjQuerynewcomersallthebasicsrequiredtomoveontothemorecomplexexamplesofthisbook,whichwillbenefitthemoreseasonedjQuerydeveloper.Ifyouwanttolearnhowtocreatemodernwebsitefeaturesquickly,usingbestpracticetechniques,thenthisbookisforyou.
目錄(120章)
倒序
- coverpage
- jQuery 2.0 Development Cookbook
- Credits
- About the Author
- About the Reviewers
- www.PacktPub.com
- Support files eBooks discount offers and more
- Preface
- What this book covers
- What you need for this book
- Who this book is for
- Conventions
- Reader feedback
- Customer support
- Chapter 1. Document Object Model Manipulation
- Introduction
- Selecting elements
- Finding and selecting sibling elements
- Creating DOM elements
- Inserting content into an element
- Modifying the DOM element properties
- Adding and removing CSS classes to dynamically change their style
- Enabling and disabling buttons by changing their properties
- Updating an image within a page
- Populating list elements
- Understanding pagination
- Removing DOM elements
- Re-using DOM elements
- Chapter 2. Interacting with the User by Making Use of jQuery Events
- Introduction
- Detecting button clicks
- Detecting element clicks
- Detecting change
- Updating content based on user input
- Detecting key press events on inputs
- Restricting input character length
- Changing page elements on mouse hover
- Triggering events manually
- Preventing event triggers
- Creating a custom event
- Chapter 3. Loading and Manipulating Dynamic Content with AJAX and JSON
- Introduction
- Loading HTML from a web server into a page
- Using AJAX and handling server errors
- Processing JSON data
- Searching JavaScript objects
- Sorting JavaScript objects
- Caching JSON and AJAX requests
- Creating a search feature
- Creating an autosuggest feature
- Waiting for an AJAX response
- Chapter 4. Adding Attractive Visuals with jQuery Effects
- Introduction
- Sliding page elements
- Hiding and showing elements
- Fading elements
- Toggling effects
- Stopping effects
- Chaining effects
- Creating a basic photo gallery
- Creating a blinking button
- Removing elements with effects
- Chapter 5. Form Handling
- Introduction
- Implementing basic form validation
- Adding number validation
- Adding credit card number validation
- Adding date validation
- Adding e-mail address validation
- Implementing live form validation
- Adding a password strength indicator
- Adding anti-spam measures
- Implementing input character restrictions
- Chapter 6. User Interface
- Introduction
- Manipulating element CSS
- Creating a news ticker
- Creating sticky elements
- Implementing smooth scrolling
- Creating a dynamic table of contents
- Creating a basic drag-and-drop functionality
- Creating a dynamic animated tree menu
- Creating an accordion content slider
- Creating tabbed content
- Creating a modal pop up
- Creating a draggable content pop up
- Chapter 7. User Interface Animation
- Introduction
- Creating an animated login form
- Adding photo zoom
- Creating an animated content slider
- Animating background images
- Creating an animated navigation menu
- Chapter 8. Understanding Plugin Development
- Introduction
- Creating a plugin template
- Creating a tooltip plugin
- Building a content and image slider plugin
- Creating an RSS feed reader plugin
- Coding an image cropper plugin from scratch
- Chapter 9. jQuery UI
- Introduction
- Creating stylish and functional buttons
- Creating dialog boxes for user information and input
- Implementing progress bars within your application
- Adding date picker interfaces to input boxes quickly
- Creating an autocomplete search feature
- Chapter 10. Working with jQuery Mobile
- Introduction
- Creating a basic mobile website template
- Building a complete static website
- Building a dynamic mobile website
- Implementing the quick call functionality
- Implementing the send SMS functionality
- Adding mobile-friendly lists
- Using touch-oriented events
- Creating mobile-compatible forms
- Building a complete registration and login system
- Building a complete mobile web app
- Index 更新時間:2021-07-16 12:25:49
推薦閱讀
- Dynamics 365 for Finance and Operations Development Cookbook(Fourth Edition)
- DevOps:軟件架構師行動指南
- AngularJS Testing Cookbook
- UML和模式應用(原書第3版)
- Computer Vision for the Web
- Python數據分析入門與實戰
- JavaScript高效圖形編程
- PyQt從入門到精通
- Java從入門到精通(第4版)
- Blender 3D Incredible Machines
- 差分進化算法及其高維多目標優化應用
- Java編程技術與項目實戰(第2版)
- C# 8.0核心技術指南(原書第8版)
- JavaScript機器人編程指南
- 從零開始學Android開發
- 零基礎學HTML+CSS
- 嵌入式Linux C語言程序設計基礎教程
- Python Machine Learning Cookbook
- Java程序設計實用教程(第2版)
- C/C++代碼調試的藝術
- Three.js Essentials
- R統計應用開發實戰
- Web前端開發實戰教程(HTML5+CSS3+JavaScript)(微課版)
- MEAN Blueprints
- HTML 5與CSS 3權威指南(第3版·下冊)
- FreeSWITCH權威指南
- 程序員面試筆試真題庫
- C語言程序設計
- JavaScript程序設計基礎教程
- 微信小程序:開發入門及案例詳解