On Google's homepage for Android (http://developer.android.com/index.html), they use a "carousel" control of some sort to create a type of slideshow where you can click on the left or right arrows to view different content within the slideshow.
I would like to use the same thing, so I figure I could just view the javascript sources in my Google chrome browser, download it along with the css files and just reuse it. It may even be an open source javascript control on the Internet, so if I can figure out which one it is, I'll just go to the site where it is hosted.
The problem I have is trying to figure out the javascript code. Using Chrome, none of the javascript files that are shown indicate anything used to create or manage the carousel. Is it possible that javascript can be downloaded and run inside the browser without it even showing up as a source?