Chapter 5. Speeding Up Development Using jQuery Plugins
The previous chapter showed us how to style the content for MyPhoto
and how to improve a website's overall appearance by using and customizing different Bootstrap components. We learned how to use Bootstrap's navbar, how to use icons, and how to customize a website's scrolling behavior using the Scrollspy plugin. In this chapter, we will emphasize the power of third-party plugins, introducing you to some essential third-party (and hence non-Bootstrap) plugins that will help speed up the development of the most common and mundane features. Building on the features implemented throughout the previous chapters, we will first teach you how to quickly and efficiently implement client-side browser detection using the jQuery browser plugin (jquery.browser
). We will then improve the display of our tabular Events section by using pagination, first covering Bootstrap's pagination, and then showing you how to rapidly...