Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
You are including jQuery dynamically into the page, by either adding a <script> element to the DOM or doing it some other way like Ajax.
Once jQuery is loaded, you expect everything to start working, but for some reason, no script starts.