Cargando…

JQuery pocket reference /

Presents a guide to the features of the JavaScript framework, with information on such topics as selecting and manipulating document elements, creating visual effects and animations, and scripting HTTP with Ajax utilities.

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Flanagan, David
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Sebastopol, CA : O'Reilly Media Inc., ©2011.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • Preface
  • 1. Introduction to jQuery. jQuery basics
  • The jQuery() function
  • Queries and query results
  • 2. Element getters and setters. Getting and setting HTML attributes
  • Getting and setting CSS attributes
  • Getting and setting CSS classes
  • Getting and setting HTML form values
  • Getting and setting element content
  • Getting and setting element geometry
  • Getting and setting element data
  • 3. Altering document structure. Inserting and replacing elements
  • Copying elements
  • Wrapping elements
  • Deleting elements
  • 4. Events. Simple event handler registration
  • jQuery event handlers
  • The jQuery event object
  • Advanced event handler registration
  • Deregistering event handlers
  • Triggering events
  • Custom events
  • Live events
  • 5. Animated effects. Simple effects
  • Custom animations
  • Canceling, delaying, and queuing effects
  • 6. Ajax. The load() method
  • Ajax utility functions
  • The jQuery.ajax() function
  • Ajax events
  • 7. Utility functions
  • 8. Selectors and selection methods. jQuery selectors
  • Selection methods
  • 9. Extending jQuery with plugins
  • 10. The jQuery UI library
  • 11. jQuery quick reference. Factory function
  • Selector grammar
  • Basic methods and properties
  • Selection methods
  • Element methods
  • Insertion and deletion methods
  • Event methods
  • Effects and animation methods
  • Ajax functions
  • Utility functions.