I need some clarification about using jQuery with CMS. All the examples I've found are single page examples meant to make a single point clear. So far so good.
However, the header (where jsquery stuff is normally defined) is completely formed in the template, and is therefore loaded for every page.
How does $.ready(function() ...); work then? Do I need to have a big switch statement that handles particular pages? Can this be defined in the tag? (specifically, in the primary content section)?
Thanks for your help!
-Ken
