WordPress 3.0 jQuery.
Enhance your WordPress website with the captivating effects of jQuery.
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Birmingham :
Packt Pub.,
2010.
|
Temas: | |
Acceso en línea: | Texto completo |
Tabla de Contenidos:
- Wordpress 3.0 jQuery; Wordpress 3.0 jQuery; Credits; About the Author; About the Reviewer; Preface; What this book covers; What you need for this book; Who this book is for; Conventions; Reader feedback; Customer support; Errata; Piracy; Questions; 1. Getting Started: WordPress and jQuery; This book's approach; Core fundamentals you need to know; WordPress; Basic programming; JavaScript and AJAX techniques; PHP; Essential tools; Code/HTML editor; Firefox; Web Developer toolbar; Firebug; Not essential, but helpful: Image editor; jQuery background and essentials; What jQuery does (really well).
- How we got here: From JavaScript to jQueryOnce upon a time, there was JavaScript; Why jQuery is simpler than JavaScript; Understanding the jQuery wrapper; Getting started with jQuery; Downloading from the jQuery site; Including the jQuery library; WordPress background and essentials; Overview of WordPress; Essentials for getting WordPress running; Using WAMP; Using MAMP; Choosing a hosting provider; Rolling out WordPress; jQuery and WordPress: Putting it all together; Summary; 2. Working with jQuery in WordPress; Getting jQuery into WordPress; jQuery now comes bundled with WordPress.
- Registering jQuery in a WP themeAvoiding problems registering jQuery; Using Google's CDN; Registering and including jQuery through Google's CDN into a theme; Understanding Google's versioning system; Using WordPress' bundled jQuery versus including your own jQuery download or using Google's CDN; Keeping conflicts out!; Setting your own jQuery variable; But I really want to use the variable!; Launching a jQuery script; Our first WordPress and jQuery setup; Registering jQuery in our setup; Registering your own custom script file; Setting up the custom-jquery file.
- JQuery secret weapon #1: Using selectors and filtersSelecting anything you want from the document; Filtering those selections; Basic filters; Child filters; Content filters; Form filters; Attribute filters; Visibility; jQuery secret weapon #2: Manipulating CSS and elements in the DOM; Manipulating CSS; Manipulating attributes; Manipulating elements and content; Working with the DOM; jQuery secret weapon #3: Events and effects (aka: the icing on the cake); Working with events; Helpers are so helpful!; Working with bind, unbind, and the event object; Adding effects; Showing and hiding.
- Sliding in and outFading in and out; Working with the animate function; Making it all easy with statement chaining; Our First Project: Expanding/collapsing WordPress posts; Keeping jQuery readable; Summary; 3. Digging Deeper: Understanding jQuery and WordPress Together; Two ways to ""plugin"" jQuery into a WordPress site; WordPress themes overview; WordPress plugins overview; jQuery plugins overview; The basics of a WordPress theme; Understanding the template's hierarchy; A whole new theme; The Loop; Tags and hooks; Conditional tags; Template include tags.