Vous en avez un à vendre ?

jQuery Ui: Learn How to Use Dialogs, Autocomplete, and More by Eric Sarrion: New

AlibrisBooks
(462043)
Inscrit comme vendeur professionnel
29,56 USD
Environ25,54 EUR
État :
Neuf
Pas d'inquiétude ! Les retours sont acceptés.
Livraison :
Gratuit Standard Shipping.
Lieu où se trouve l'objet : Sparks, Nevada, États-Unis
Délai de livraison :
Estimé entre le sam. 9 août et le ven. 15 août à 94104
Les délais de livraison sont estimés au moyen de notre méthode exclusive basée sur la distance entre l'acheteur et le lieu où se trouve l'objet, le service de livraison sélectionné, l'historique des livraisons du vendeur et d'autres facteurs. Les délais de livraison peuvent varier, notamment pendant les périodes de pointe.
Retours :
Retour sous 30 jours. L'acheteur paie les frais de retour. Si vous utilisez un bordereau d'affranchissement eBay, son coût sera déduit du montant de votre remboursement.
Paiements :
     Diners Club

Achetez en toute confiance

Garantie client eBay
Obtenez un remboursement si vous ne recevez pas l'objet que vous avez commandé. En savoir plusGarantie client eBay - la page s'ouvre dans une nouvelle fenêtre ou un nouvel onglet
Le vendeur assume l'entière responsabilité de cette annonce.
Numéro de l'objet eBay :284324139065
Dernière mise à jour le 25 janv. 2025 09:18:43 CET. Afficher toutes les modificationsAfficher toutes les modifications

Caractéristiques de l'objet

État
Neuf: Livre neuf, n'ayant jamais été lu ni utilisé, en parfait état, sans pages manquantes ni ...
Book Title
jQuery Ui: Learn How to Use Dialogs, Autocomplete, and More
Publication Date
2012-04-24
Pages
244
ISBN
9781449316990

À propos de ce produit

Product Identifiers

Publisher
O'reilly Media, Incorporated
ISBN-10
1449316999
ISBN-13
9781449316990
eBay Product ID (ePID)
112006623

Product Key Features

Number of Pages
244 Pages
Publication Name
Jquery Ui : Learn How to Use Dialogs, Autocomplete, and more
Language
English
Subject
User Interfaces, Web / Design, Programming Languages / Javascript
Publication Year
2012
Type
Textbook
Author
Eric Sarrion
Subject Area
Computers
Format
Trade Paperback

Dimensions

Item Height
0.7 in
Item Weight
15.2 Oz
Item Length
9.1 in
Item Width
7 in

Additional Product Features

Intended Audience
Scholarly & Professional
Dewey Edition
23
Illustrated
Yes
Dewey Decimal
005.2762
Table Of Content
Preface; Who Should Read This Book; Structure of the Book; Conventions Used in This Book; Using Code Examples; Safari® Books Online; How to Contact Us; Acknowledgments;Chapter 1: Introduction to jQuery UI; 1.1 jQuery UI Installation; 1.2 Overview of jQuery UI; 1.3 What Is a CSS Theme?; 1.4 Which Files Should We Include in Our HTML Pages?; 1.5 Change the CSS Theme; 1.6 And Now?;Chapter 2: Tabs; 2.1 Basic Principles of Tabs; 2.2 Formatting Content; 2.3 The tabs () Method; 2.4 The bind () Method; 2.5 Examples of Using Tabs;Chapter 3: Accordion Menus; 3.1 Basic Principles of Accordion Menus; 3.2 Formatting Content; 3.3 The accordion () Method; 3.4 Event Management in Accordion Menus with bind (); 3.5 Examples of Using Accordion Menus;Chapter 4: Dialog Boxes; 4.1 Basic Principles of Dialog Boxes; 4.2 Formatting Content; 4.3 The dialog () Method; 4.4 Event Handling in Dialog Boxes with bind (); 4.5 Examples of Using Dialog Boxes;Chapter 5: Buttons; 5.1 Basic Principles of Buttons; 5.2 Formatting Content; 5.3 The button () Method; 5.4 Event Handling on Buttons with bind (); 5.5 Radio Buttons; 5.6 Checkboxes; 5.7 Examples of Using Buttons;Chapter 6: Progress Bars; 6.1 Basic Principles of Progress Bars; 6.2 Formatting Content; 6.3 The progressbar () Method; 6.4 Handling Events in Progress Bars with bind (); 6.5 Examples of Using Progress Bars;Chapter 7: Sliders; 7.1 Basic Principles of Sliders; 7.2 Formatting Content; 7.3 The slider () Method; 7.4 Event Management on the Sliders with bind (); 7.5 Examples of Using Sliders;Chapter 8: Datepickers; 8.1 Basic Principles of Datepickers; 8.2 Formatting Content; 8.3 The datepicker () Method; 8.4 Examples of Using Datepickers;Chapter 9: Autocompletion; 9.1 Basic Principles of Autocompletion; 9.2 Formatting Content; 9.3 The autocomplete () Method; 9.4 Event Management on the List of Suggestions with bind (); 9.5 Examples of Using the Autocompletion Mechanism;Chapter 10: Drag-and-Drop; 10.1 The draggable () Method; 10.2 Event Management on the Moved Elements with bind (); 10.3 Examples of Using Drag Functionality; 10.4 The droppable () Method; 10.5 Event Management on the Elements of Deposit with bind (); 10.6 Examples of Using the Drop Functionality: A Shopping Cart;Chapter 11: Selecting Items; 11.1 Basic Principles of Selecting Items; 11.2 Formatting Content; 11.3 The selectable () Method; 11.4 Event Management in the Selection with bind (); 11.5 Examples of Using the Selection Mechanism;Chapter 12: Permutation of Elements in the Page; 12.1 Basic Principles of Permutation of Elements; 12.2 Formatting Content; 12.3 The sortable () Method; 12.4 Event Management of the Permutation with bind (); 12.5 Examples of Using the Permutation Mechanism;Chapter 13: Resizing; 13.1 Basic Principles of Resizing; 13.2 Formatting Content; 13.3 The resizable () Method; 13.4 Handling Events when Resizing with bind (); 13.5 Examples of Using the Resizing Mechanism;Chapter 14: Visual Effects in jQuery UI; 14.1 New Visual Effects; 14.2 The show (), hide (), and toggle () Methods; 14.3 The animate () method Improved by jQuery UI; 14.4 Producing Effects with CSS Classes;
Synopsis
The jQueryUI applies the power and standards of jQuery to user interface design. The library provides elegant versions of many features HTML5 lacks, including tabs, accordions, and dialogs. It also provides programming support for common but complex tasks like managing drag and drop and autocomplete. This code-heavy guide demonstrates how to apply this power to common web situations., With the jQuery UI library, you can apply the power and standards of jQuery to user interface design, complete with interactive elements, animation, and themeable widgets. This concise, code-heavy guide demonstrates how to harness interactive features that HTML5 lacks, including tabs, accordions, and dialog boxes. You'll also learn how to program common but complex tasks, such as managing drag and drop and autocomplete, that make it easier for users to interact with your site. This book provides a quick tour of how jQuery UI can improve your HTML pages, followed by standalone chapters that focus on each of the components in detail. If you're a web developer or designer looking to enrich your website with new features--without having to dive into full-fledged Javascript--jQuery UI is a must. This book covers the following extensions in version 1.8: Tab management Accordion menus Dialog boxes Buttons Progress bars Sliders Date pickers Autocompleters Drag and drop management Selection, resizing, and switching of elements New visual effects, The jQueryUI applies the power and standards of jQuery to user interface design. The library provides elegant versions of many features HTML5 lacks, including tabs, accordions, and dialogs. It also provides programming support for common but complex tasks like managing drag and drop and autocomplete.
LC Classification Number
QA76.73.J39.S27 2012

Description de l'objet fournie par le vendeur

Informations sur le vendeur professionnel

Je certifie que toutes mes activités de vente seront conformes à toutes les lois et réglementations de l'UE.
À propos de ce vendeur

AlibrisBooks

98,6% d'évaluations positives1,9 millions objets vendus

Membre depuis mai 2008
Répond en général sous 24 heures
Inscrit comme vendeur professionnel
Alibris is the premier online marketplace for independent sellers of new & used books, as well as rare & collectible titles. We connect people who love books to thousands of independent sellers around ...
Plus
Visiter la BoutiqueContacter

Évaluations détaillées du vendeur

Moyenne pour les 12 derniers mois
Description exacte
4.9
Frais de livraison raisonnables
5.0
Livraison rapide
5.0
Communication
5.0

Évaluations du vendeur (514.141)

Toutes les évaluations
Positives
Neutres
Négatives