Pro jQuery 2.0

jQuery 2.0 is the latest version of the jQuery framework. Suitable for modern web browsers it provides a robust API for web application development. It is fast becoming the tool of choice for web developers the world over and sets the standard for simplicity,flexibility and extensibility in website...

Descripción completa

Detalles Bibliográficos
Autor principal: Freeman, Adam. author (author)
Formato: Libro electrónico
Idioma:Inglés
Publicado: New York : Apress 2013.
Edición:2nd ed. 2013.
Colección:Expert's voice in Web development.
Materias:
Ver en Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009629389506719
Tabla de Contenidos:
  • ""Contents at a Glance""; ""Contents""; ""About the Author""; ""About the Technical Reviewer""; ""Acknowledgments""; ""Chapter 1: Putting jQuery in Context""; ""Understanding jQuery UI and jQuery Mobile""; ""Understanding jQuery Plug-ins""; ""What Do I Need to Know?""; ""What Is the Structure of This Book?""; ""Part 1: Getting Ready""; ""Part 2: Working with jQuery""; ""Part 3: Working with Data and Ajax""; ""Part 4: Using jQuery UI""; ""Part 5: Using jQuery Mobile""; ""Part 6: Advanced Features""; ""Whatâ€?s New in This Edition?""; ""Whatâ€?s New for Core jQuery?""
  • ""Whatâ€?s New for jQuery UI ?""""Whatâ€?s New for jQuery Mobile?""; ""What Else Is New?""; ""Are There Lots of Examples?""; ""Where Can I Get the Example Code?""; ""What Software Do I Need for This Book?""; ""Getting jQuery""; ""Getting an HTML Editor""; ""Getting a Web Browser""; ""Getting a Web Server""; ""Getting Node.js""; ""Setting Up and Testing Node.js""; ""Image Attribution""; ""Summary""; ""Chapter 2: HTML Primer""; ""Introducing a Basic HTML Document""; ""Understanding the Anatomy of an HTML Element""; ""Understanding Attributes""; ""The id and class Attributes""
  • ""Using the id Attribute""""Using the class Attribute""; ""Understanding Element Content""; ""Understanding Void Elements""; ""Understanding the Document Structure""; ""Understanding the Metadata Elements""; ""Understanding the script Element""; ""Understanding the style Element""; ""Understanding the Content Elements""; ""Understanding the Semantic/Presentation Divide""; ""Understanding Forms and Inputs""; ""Understanding Structural Elements""; ""Understanding Elements with External Resources""; ""Understanding the Element Hierarchy""; ""Understanding Parent-Child Relationships""
  • ""Understanding Ancestor-Descendant Relationships""""Understanding Sibling Relationships""; ""Understanding the Document Object Model""; ""Using the DOM""; ""Modifying the DOM""; ""Modifying Styles""; ""Handling Events""; ""Understanding Event Flow""; ""Understanding Default Actions""; ""Summary""; ""Chapter 3: CSS Primer""; ""Getting Started with CSS""; ""Setting an Inline Value""; ""Defining an Embedded Style""; ""Defining an External Style Sheet""; ""Understanding CSS Selectors""; ""Selecting by Attribute""; ""Selecting by Relationship""
  • ""Selecting Using the Pseudo-element and Pseudo-class Selectors""""Unions and the Negation Selectors""; ""Understanding Style Cascading""; ""Understanding How Styles Cascade""; ""Tweaking the Order with Important Styles""; ""Tie-Breaking with Specificity and Order Assessments""; ""Understanding CSS Units""; ""Working with CSS Colors""; ""Specifying More Complex Colors""; ""Understanding CSS Lengths""; ""Working with Absolute Lengths""; ""Working with Relative Lengths""; ""Working with Pixels""; ""Working with Percentages""; ""Using Shorthand Properties and Custom Values""; ""Summary""
  • ""Chapter 4: JavaScript Primer""