
jQuery UI 1.7: The User Interface Library for jQuery
Description
Alles über E-Books | Antworten auf Fragen rund um E-Books, Kopierschutz und Dateiformate finden Sie in unserem Info- & Hilfebereich.
- Enhance the interactivity of your pages by making elements drag-and-droppable, sortable, selectable, and resizable
- Packed with examples and clear explanations of how to easily design elegant and powerful front-end interfaces for your web applications
- Revised and targeted at jQuery UI 1.7
Book DescriptionModern web application user interface design requires rapid development and proven results. jQuery UI, a trusted suite of official plug-ins for the jQuery JavaScript library, gives you a solid platform on which to build rich and engaging interfaces with maximum compatibility and stability, and minimum time and effort. jQuery UI has a series of ready-made, great-looking user interface widgets and a comprehensive set of core interaction helpers designed to be implemented in a consistent and developer-friendly way. With all this, the amount of code that you need to write personally to take a project from conception to completion is drastically reduced. Specially revised for version 1.7 of jQuery UI, this book has been written to maximize your experience with the library by breaking down each component and walking you through examples that progressively build upon your knowledge, taking you from beginner to advanced usage in a series of easy-to-follow steps. In this book, you'll learn how each component can be initialized in a basic default implementation and then see how easy it is to customize its appearance and configure its behavior to tailor it to the requirements of your application. You'll look at the configuration options and the methods exposed by each component's API to see how these can be used to bring out the best of the library. Events play a key role in any modern web application if it is to meet the expected minimum requirements of interactivity and responsiveness, and each chapter will show you the custom events fired by the component covered and how these events can be intercepted and acted upon.What you will learn - How the brand-new CSS framework styles each of the library components
- Organizing different sections of related content as tabs and accordions to save space on your page while maximizing its content
- Displaying messages, images, and interactive content like forms using the dialog widget
- Using sliders for volume and color control of your applications by dynamically scrolling left and right, displaying different ranges
- Allowing your site visitors to select dates from the calendar using the date picker widget
- Adding an attractive and effective deterministic progress bar to give visitors essential feedback on how much longer a process has left to complete
- Providing a drag-and-drop mechanism to let users directly rearrange elements around the page
- Making a range of elements of a group selectable and taking collective actions on them
- Creating a page with content boxes that can be sorted into various positions to suit the visitor s personal preference
- Adding flair to your actions with animation effects
Who this book is forThis book is for front-end designers and developers who need to quickly learn how to use the jQuery UI User Interface Library. To get the most out of this book you should have a good working knowledge of HTML, CSS, and JavaScript, and will need to be comfortable using jQuery, the underlying foundation of jQuery UI.
All prices
More details
Other editions
Additional editions

Content
- Intro
- jQuery UI 1.7
- Table of Contents
- jQuery UI 1.7
- Credits
- About the Author
- About the Reviewers
- 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. Introducing jQuery UI
- Downloading the library
- Setting up a development environment
- The structure of the library
- ThemeRoller
- Component categories
- Browser support
- Book examples
- Library licensing
- API introduction
- Events and callbacks
- Callback arguments
- Summary
- 2. The CSS Framework
- The files that make up the framework
- ui.all.css
- ui.base.css
- ui.core.css
- The individual component framework files
- ui.theme.css
- Linking to the required framework files
- Using the framework classes
- Containers
- Interactions
- Icons
- Interaction cues
- Switching themes quickly and easily
- Overriding the theme
- Summary
- 3. Tabs
- A basic tab implementation
- Tab CSS framework classes
- Applying a custom theme to the tabs
- Configurable options
- Selecting a tab
- Disabling a tab
- Transition effects
- Collapsible tabs
- Tab events
- Binding to events
- Using tab methods
- Enabling and disabling tabs
- Adding and removing tabs
- Simulating clicks
- Creating a tab carousel
- Getting and setting options
- AJAX tabs
- Displaying data obtained via JSONP
- Summary
- 4. The Accordion Widget
- Accordion's structure
- Styling the accordion
- Configuring an accordion
- Changing the trigger event
- Changing the default active header
- Filling the height of its container
- Accordion animation
- Accordion events
- The changestart event
- Accordion navigation
- Accordion methods
- Destruction
- Header activation
- Accordion interoperability
- A del.icio.us accordion
- Summary
- 5. The Dialog
- A basic dialog
- Dialog options
- Showing the dialog
- Positioning the dialog
- The title of the dialog
- Modality
- Adding buttons
- Enabling dialog animations
- Fixing IE6
- Configuring the dialog's dimensions
- Stacking
- Dialog's event model
- Controlling a dialog programmatically
- Toggling the dialog
- Getting data from the dialog
- Dialog interoperability
- A dynamic image-based dialog
- Summary
- 6. Slider
- Implementing a slider
- Custom styling
- Configurable options
- Creating a vertical slider
- Minimum and maximum values
- Slider steps
- Slider animation
- Setting the slider's value
- Using multiple handles
- The range element
- Using slider's event API
- Slider methods
- Future uses
- A color slider
- Summary
- 7. Datepicker
- The default datepicker
- Configurable options of the picker
- Basic Options
- Minimum and maximum dates
- Changing the datepicker UI
- Adding a trigger button
- Configuring alternative animations
- Multiple months
- Changing the date format
- Updating an additional input element
- Localization
- Callback properties
- Utility methods
- Date picking methods
- Selecting a date programmatically
- Showing the datepicker in a dialog
- An AJAX datepicker
- Summary
- 8. Progressbar
- The default progressbar implementation
- Using progressbar's configuration option
- Progressbar's event API
- Progressbar methods
- User initiated progress
- Rich uploads with progressbar
- Summary
- 9. Drag and Drop
- The deal with drag and droppables
- Draggables
- A basic drag implementation
- Configuring draggable options
- Using the configuration options
- Resetting dragged elements
- Drag handles
- Helper elements
- Constraining the drag
- Snapping
- Draggable event callbacks
- Using draggable's methods
- Droppables
- Configuring droppables
- Tolerance
- Droppable event callbacks
- Scope
- Greedy
- Droppable methods
- A drag and drop game
- Summary
- 10. Resizing
- A basic resizable
- Resizable options
- Configuring resize handles
- Adding additional handle images
- Defining size limits
- Resize ghosts
- Containing the resize
- Handling the aspect ratio
- Resizable animations
- Simultaneous resizing
- Preventing unwanted resizes
- Resizable callbacks
- Resizable methods
- Resizable tabs
- Summary
- 11. Selecting
- Basic implementation
- Selectee class names
- Configurable options of the selectable component
- Filtering selectables
- Cancelling the selection
- Selectable callbacks
- Working with vast amounts of selectables
- Selectable methods
- A selectable image viewer
- Styling the image selector
- Summary
- 12. Sorting
- The default implementation
- Configuring sortable options
- Placeholders
- Sortable helpers
- Sortable items
- Connected lists
- Reacting to sortable events
- Connected callbacks
- Sortable methods
- Widget compatibility
- Adding draggables
- Sortable page widgets
- The underlying page
- Styling the page
- The main script
- Building the content boxes
- Writing the cookie
- Making the boxes sortable
- Closing and restoring boxes
- Summary
- 13. UI Effects
- The core effects file
- Using color animations
- Using class transitions
- Advanced easing
- Highlighting specified elements
- Additional effect arguments
- Bouncing
- Shaking an element
- Transferring an element's outline
- Element scaling
- Element explosion
- The puff effect
- The pulsate effect
- Dropping elements onto the page
- Sliding elements open or closed
- The window-blind effect
- Clipping elements
- Folding elements
- Summary
- Index
System requirements
File format: ePUB
Copy protection: Adobe-DRM (Digital Rights Management)
System requirements:
- Computer (Windows; MacOS X; Linux): Install the free reader Adobe Digital Editions prior to download (see eBook Help).
- Tablet/smartphone (Android; iOS): Install the free app Adobe Digital Editions or the app PocketBook before downloading (see eBook Help).
- E-reader: Bookeen, Kobo, Pocketbook, Sony, Tolino and many more (not Kindle).
The file format ePub works well for novels and non-fiction books – i.e., „flowing” text without complex layout. On an e-reader or smartphone, line and page breaks automatically adjust to fit the small displays.
This eBook uses Adobe-DRM, a „hard” copy protection. If the necessary requirements are not met, unfortunately you will not be able to open the eBook. You will therefore need to prepare your reading hardware before downloading.
Please note: We strongly recommend that you authorise using your personal Adobe ID after installation of any reading software.
For more information, see our ebook Help page.
File format: PDF
Copy-Protection: Adobe-DRM (Digital Rights Management)
System requirements:
- Computer (Windows; MacOS X; Linux): Install the free reader Adobe Digital Editions prior to download (see eBook Help).
- Tablet/smartphone (Android; iOS): Install the free app Adobe Digital Editions or the app PocketBook before downloading (see eBook Help).
- E-reader: Bookeen, Kobo, Pocketbook, Sony, Tolino and many more (only limited: Kindle).
The file format PDF always displays a book page identically on any hardware. This makes PDF suitable for complex layouts such as those used in textbooks and reference books (images, tables, columns, footnotes). Unfortunately, on the small screens of e-readers or smartphones, PDFs are rather annoying, requiring too much scrolling.
This eBook uses Adobe-DRM, a „hard” copy protection. If the necessary requirements are not met, unfortunately you will not be able to open the eBook. You will therefore need to prepare your reading hardware before downloading.
Please note: We strongly recommend that you authorise using your personal Adobe ID after installation of any reading software.
For more information, see our eBook Help page.