Summary
In this chapter we put our JavaScript, jQuery, and JSON knowledge to work, and built up a neat little Carousel notice board rotator application. We went through a step-by-step process to ingest the data feed, build a dynamic template on the fly from that data feed, append the data feed to a div
element, and then bind the div
element to the cycle
plugin. This notice board rotator application gives us an insight to bigger Carousel projects that can be developed with very little development effort. In the next chapter, we will look at the alternative implementations of JSON.