舉報

會員
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
推薦閱讀
- Unreal Engine Physics Essentials
- Mobile Application Development:JavaScript Frameworks
- Mastering OpenCV Android Application Programming
- Network Automation Cookbook
- Production Ready OpenStack:Recipes for Successful Environments
- 精通軟件性能測試與LoadRunner實戰(第2版)
- Android應用案例開發大全(第二版)
- iOS自動化測試實戰:基于Appium、Python與Pytest
- 21天學通C++(第5版)
- OpenMP核心技術指南
- Sails.js Essentials
- Clojure High Performance Programming(Second Edition)
- C語言程序設計教程
- Head First Kotlin程序設計
- Python高性能編程(第2版)
- Practical XMPP
- Unity 5.x 2D Game Development Blueprints
- Learning OpenCV 4 Computer Vision with Python 3
- 零基礎學C# 3.0
- Practical Web Development
- LibGDX Cross:Platform Development Blueprints
- Statistics for Machine Learning
- JavaScript核心概念及實踐
- TensorFlow深度學習從入門到進階
- OpenCV計算機視覺編程攻略(第3版)
- WCF Multi-layer Services Development with Entity Framework(Fourth Edition)
- Sass Essentials
- C語言編程思想與方法
- 讓工作化繁為簡:用Python實現辦公自動化
- Nuclio實戰及源碼分析:基于Kubernetes的Serverless FaaS平臺