欢迎您来到懒之才-站长的分享平台!   学会偷懒,并懒出境界是提高工作效率最有效的方法!
首页 > 教程文档 > Jquery > jQuery 2.0 Development Cookbook【PDF】【2.02MB】

jQuery 2.0 Development Cookbook【PDF】【2.02MB】

2019-01-12 457 收藏 0 赞一个 0 真差劲 0 去评论 去下载

内容简介

Taking a recipebased approach, this book presents numerous practical examples that you can use directly in your applications. The book covers the essential issues you will face while developing your web applications and gives you solutions to them. The recipes in this book are written in a manner that rapidly takes you from beginner to expert level. This book is for web developers of all skill levels. Although some knowledge of JavaScript, HTML, and CSS is required, this Cookbook will teach jQuery newcomers all the basics required to move on to the more complex examples of this book, which will benefit the more seasoned jQuery developer. If you want to learn how to create modern website features quickly, using best practice techniques, then this book is for you.

目录

Table of Contents

jQuery 2.0 Development Cookbook

Credits

About the Author

About the Reviewers

www.PacktPub.com

Support files, eBooks, discount offers and more

Why Subscribe?

Free Access for Packt account holders

Preface

What this book covers

What you need for this book

Who this book is for

Conventions

Reader feedback

Customer support

Downloading the example code

Downloading the color images of this book

Errata

Piracy

Questions

1. Document Object Model Manipulation

Introduction

Selecting elements

Getting ready

How to do it…

How it works…

There's more…

See also

Finding and selecting sibling elements

Getting ready

How to do it…

How it works…

There's more…

See also

Creating DOM elements

Getting ready

How to do it…

How it works…

There's more…

See also

Inserting content into an element

Getting ready

How to do it…

How it works…

See also

Modifying the DOM element properties

Getting ready

How to do it…

How it works…

See also

Adding and removing CSS classes to dynamically change their style

Getting ready

How to do it…

How it works…

See also

Enabling and disabling buttons by changing their properties

Getting ready

How to do it…

How it works…

See also

Updating an image within a page

Getting ready

How to do it…

How it works…

There's more...

Populating list elements

Getting ready

How to do it…

How it works…

See also

Understanding pagination

Getting ready

How to do it…

How it works…

Removing DOM elements

Getting ready

How to do it…

How it works…

See also

Re-using DOM elements

Getting ready

How to do it…

How it works…

See also

2. Interacting with the User by Making Use of jQuery Events

Introduction

Detecting button clicks

Getting ready

How to do it…

How it works…

There's more...

See also

Detecting element clicks

Getting ready

How to do it…

How it works…

See also

Detecting change

Getting ready

How to do it…

How it works…

There's more...

See also

Updating content based on user input

Getting ready

How to do it…

How it works…

See also

Detecting key press events on inputs

Getting ready

How to do it…

How it works…

There's more…

See also

Restricting input character length

Getting ready

How to do it…

How it works…

There's more...

See also

Changing page elements on mouse hover

Getting ready

How to do it…

How it works…

There's more…

See also

Triggering events manually

Getting ready

How to do it…

How it works…

There's more...

Preventing event triggers

Getting ready

How to do it…

How it works…

See also

Creating a custom event

Getting ready

How to do it…

How it works…

3. Loading and Manipulating Dynamic Content with AJAX and JSON

Introduction

Loading HTML from a web server into a page

Getting ready

How to do it…

How it works…

PHP

HTML

CSS

jQuery

See also

Using AJAX and handling server errors

Getting ready

How to do it…

How it works…

There's more…

Processing JSON data

Getting ready

How to do it…

How it works…

PHP

HTML

jQuery

See also

Searching JavaScript objects

Getting ready

How to do it…

How it works…

There's more…

See also

Sorting JavaScript objects

Getting ready

How to do it…

How it works…

There's more…

See also

Caching JSON and AJAX requests

Getting ready

How to do it…

How it works…

PHP

HTML

jQuery

There's more…

Creating a search feature

Getting ready

How to do it…

How it works…

SQL

PHP

HTML

CSS

jQuery

See also

Creating an autosuggest feature

Getting ready

How to do it…

How it works…

SQL and PHP

HTML

CSS

jQuery

There's more…

See also

Waiting for an AJAX response

Getting ready

How to do it…

How it works…

HTML

PHP

jQuery

See also

4. Adding Attractive Visuals with jQuery Effects

Introduction

Sliding page elements

Getting ready

How to do it…

How it works…

HTML

jQuery

CSS

There's more...

See also

Hiding and showing elements

Getting ready

How to do it…

How it works…

HTML

jQuery

There's more…

See also

Fading elements

Getting ready

How to do it…

How it works…

HTML

CSS

jQuery

There's more…

See also

Toggling effects

Getting ready

How to do it…

How it works…

HTML

jQuery

There's more…

Stopping effects

Getting ready

How to do it…

How it works…

HTML

CSS

jQuery

Chaining effects

How to do it…

How it works…

See also

Creating a basic photo gallery

Getting ready

How to do it…

How it works…

HTML

CSS

jQuery

Creating a blinking button

Getting ready

How to do it…

How it works…

There's more…

See also

Removing elements with effects

Getting ready

How to do it…

How it works…

There's more…

See also

5. Form Handling

Introduction

Implementing basic form validation

Getting ready

How to do it…

How it works…

HTML

CSS

jQuery

There's more...

See also

Adding number validation

Getting ready

How to do it…

How it works…

See also

Adding credit card number validation

Getting ready

How to do it…

How it works…

See also

Adding date validation

Getting ready

How to do it…

How it works…

See also

Adding e-mail address validation

How to do it…

How it works…

There's more…

Implementing live form validation

Getting ready

How to do it…

How it works…

Adding a password strength indicator

Getting ready

How to do it…

How it works…

There's more…

See also

Adding anti-spam measures

Getting ready

How to do it…

How it works…

There's more…

See also

Implementing input character restrictions

Getting ready

How to do it…

How it works…

There's more…

6. User Interface

Introduction

Manipulating element CSS

Getting ready

How to do it…

How it works…

Creating a news ticker

Getting ready

How to do it…

How it works…

There's more…

See also

Creating sticky elements

Getting ready

How to do it…

How it works…

There's more…

See also

Implementing smooth scrolling

Getting ready

How to do it…

How it works…

See also

Creating a dynamic table of contents

Getting ready

How to do it…

How it works…

There's more…

See also

Creating a basic drag-and-drop functionality

Getting ready

How to do it…

How it works…

See also

Creating a dynamic animated tree menu

Getting ready

How to do it…

How it works…

There's more…

See also

Creating an accordion content slider

Getting ready

How to do it…

How it works…

See also

Creating tabbed content

Getting ready

How to do it…

How it works…

There's more…

Creating a modal pop up

Getting ready

How to do it…

How it works…

There's more…

See also

Creating a draggable content pop up

Getting ready

How to do it…

How it works…

See also

7. User Interface Animation

Introduction

Creating an animated login form

Getting ready

How to do it…

How it works…

There's more…

See also

Adding photo zoom

Getting ready

How to do it…

How it works…

See also

Creating an animated content slider

Getting ready

How to do it…

How it works…

There's more…

See also

Animating background images

Getting ready

How to do it…

How it works…

See also

Creating an animated navigation menu

Getting ready

How to do it…

How it works…

See also

8. Understanding Plugin Development

Introduction

Creating a plugin template

Getting ready

How to do it…

How it works…

Creating a tooltip plugin

Getting ready

How to do it…

How it works…

There's more…

Building a content and image slider plugin

Getting ready

How to do it…

How it works…

There's more…

See also

Creating an RSS feed reader plugin

Getting ready

How to do it…

How it works…

See also

Coding an image cropper plugin from scratch

Getting ready

How to do it…

How it works…

Image selection and preview

Image crop plugin

Image upload

Cropping and saving the image with PHP

There's more…

See also

9. jQuery UI

Introduction

Creating stylish and functional buttons

Getting ready

How to do it…

How it works…

There's more…

See also

Creating dialog boxes for user information and input

Getting ready

How to do it…

How it works…

There's more…

See also

Implementing progress bars within your application

Getting ready

How to do it…

How it works…

See also

Adding date picker interfaces to input boxes quickly

Getting ready

How to do it…

How it works…

Creating an autocomplete search feature

Getting ready

How to do it…

How it works…

See also

10. Working with jQuery Mobile

Introduction

Creating a basic mobile website template

Getting ready

How to do it…

How it works…

There's more…

See also

Building a complete static website

Getting ready

How to do it…

How it works…

See also

Building a dynamic mobile website

Getting ready

How to do it…

How it works…

There's more…

See also

Implementing the quick call functionality

Getting ready

How to do it…

How it works…

See also

Implementing the send SMS functionality

Getting ready

How to do it…

How it works…

There's more…

See also

Adding mobile-friendly lists

Getting ready

How to do it…

How it works…

Using touch-oriented events

Getting ready

How to do it…

How it works…

See also

Creating mobile-compatible forms

Getting ready

How to do it…

How it works…

Text input

Select menu

Checkboxes and radio buttons

Additional

There's more…

Building a complete registration and login system

Getting ready

How to do it…

How it works…

HTML

SQL

PHP

JavaScript

There's more…

See also

Building a complete mobile web app

Getting ready

How to do it…

How it works…

HTML

SQL

PHP

JavaScript

There's more…

See also

Index

文档截图

QQ截图20190112164055.jpg

暂无界面图片

一、推荐使用迅雷或快车等多线程下载软件下载本站资源。

二、未登录会员无法下载,登录后可获得更多便利功能,若未注册,请先注册。

三、如果服务器暂不能下载请稍后重试!总是不能下载,请点我报错 ,谢谢合作!

四、本站大部分资源是网上搜集或私下交流学习之用,任何涉及商业盈利目的均不得使用,否则产生的一切后果将由您自己承担!本站将不对任何资源负法律责任.如果您发现本站有部分资源侵害了您的权益,请速与我们联系,我们将尽快处理.

五、如有其他问题,请加网站设计交流群(点击这里查看交流群 )进行交流。

六、如需转载本站资源,请注明转载来自并附带链接

七、本站部分资源为加密压缩文件,统一解压密码为:www.aizhanzhe.com

下载地址
大家评论