更新时间:2021-07-23 20:33:55
coverpage
Mastering jQuery UI
Credits
About the Author
About the Reviewers
www.PacktPub.com
Support files eBooks discount offers and more
Preface
What this book covers
What you need for this book
Who this book is for
Conventions
Reader feedback
Customer support
Chapter 1. Designing a Simple Quiz Application
Setting up jQuery UI
Creating the layout
Making the quiz functional
Improving the quiz
Summary
Chapter 2. Building a Jigsaw Puzzle Game
Getting ready
Making the puzzle functional
Improving the puzzle
Chapter 3. Creating a Website Tour
Designing the home page
Making the tour functional
Improving the tour
Chapter 4. Creating a Tabbed News Reader
Creating the folder structure
Designing the page
Getting the code structure ready
Adding event handlers in the init method
Displaying posts of a subreddit
Getting comments for a post
Improving MyjqReddit
Chapter 5. Implementing CAPTCHA using Draggable and Droppable
Implementing the drag and drop CAPTCHA
Creating the slider CAPTCHA
Creating the number CAPTCHA
Chapter 6. Creating an Event Timeline Using a Slider
Styling the content
Creating the timeline markup from data
Implementing the timeline functionality
Improving the timeline
Chapter 7. Using jQuery UI with Google Maps API
Displaying the map
Improving the functionality
Chapter 8. Creating a Photo Album Manager
Creating the JSON file for albums
Getting code structure ready
Implementing the initialize method
Filling album names
Editing deleting and rearranging pictures
Improving album manager
Chapter 9. Creating Widgets Using the Widget Factory
The folder structure
Creating a widget to search data in a table
Improving the searchable widget
Creating a widget to display a slideshow
Improving the banner widget
Chapter 10. Building a Color Picker with Hex RGB Conversion
Setting up the folder structure
Writing markup for the page
Implementing the color picker
Improving the Colorpicker
Chapter 11. Creating a Fully Functional Dashboard
Setting up the stage
Initializing the portlets
Implementing sharing buttons
Displaying Flickr photos
Creating a weather widget
Displaying posts from the reddit front page
Creating an image display widget
Improving the portlets
Appendix A. Best Practices for Developing with jQuery UI
General Guidelines