万本电子书0元读

万本电子书0元读

顶部广告

Instant jQuery Selectors电子书

售       价:¥

0人正在读 | 0人评论 9.8

作       者:Aurelio De Rosa

出  版  社:Packt Publishing

出版时间:2013-08-26

字       数:41.9万

所属分类: 进口书 > 外文原版书 > 电脑/网络

温馨提示:数字商品不支持退换货,不提供源文件,不支持导出打印

为你推荐

  • 读书简介
  • 目录
  • 累计评论(0条)
  • 读书简介
  • 目录
  • 累计评论(0条)
Filled with practical, step-by-step instructions and clear explanations for the most important and useful tasks. Instant jQuery Selectors follows a simple how-to format with recipes aimed at making you well versed with the wide range of selectors that jQuery has to offer through a myriad of examples.Instant jQuery Selectors is for web developers who want to delve into jQuery from its very starting point: selectors. Even if you're already familiar with the framework and its selectors, you could find several tips and tricks that you aren't aware of, especially about performance and how jQuery acts behind the scenes.
目录展开

Instant jQuery Selectors

Instant JQuery Selectors

Credits

About the Author

About the Reviewer

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

Errata

Piracy

Questions

1. Instant jQuery Selectors

Setting up jQuery (Must know)

Getting ready

How to do it...

There's more...

What version to use?

Compressed or not?

Using a CDN

The All selector (Must know)

How to do it...

How it works...

There's more...

Alternatives to $(document).ready()

Avoiding $(document).ready()

css() and browsers support

Selectors and browsers support

Performance

Selecting by ID (Must know)

How to do it...

How it works...

There's more...

Escaping special characters

Storing a collection

Selecting by class (Must know)

How to do it...

How it works...

There's more...

getElementsByClassName()

Selecting elements having two or more classes

Selecting by tag (Must know)

How to do it...

How it works...

There's more...

Selecting and using tag names with classes and IDs

getElementsByTagName()

Multiple selectors at once (Should know)

How to do it...

How it works...

Selecting by hierarchy (Must know)

Getting ready

How to do it...

How it works...

Selecting by attributes (Should know)

Getting ready

How to do it...

How it works...

There's more...

Multiple attribute selector

Not equal selector

Using filter() and attr()

Selecting by position using filters (Should know)

Getting ready

How to do it...

How it works...

Selecting from elements using filters (Should know)

Getting ready

How to do it...

How it works...

Child filters (Should know)

Getting ready

How to do it...

How it works...

Other filters (Become an expert)

Getting ready

How to do it...

How it works...

Custom filters (Become an expert)

How to do it...

How it works...

Context matters (Should know)

How to do it...

How it works...

There's more...

Improving performance re-using selected elements (Become an expert)

How to do it...

How it works...

Methods to filter collections (Become an expert)

Getting ready

How to do it...

How it works...

Traversing DOM SubTrees (Become an expert)

Getting ready

How to do it...

How to do it...

How to have efficient selectors (Become an expert)

How to do it...

累计评论(0条) 0个书友正在讨论这本书 发表评论

发表评论

发表评论,分享你的想法吧!

买过这本书的人还买过

读了这本书的人还在读

回顶部