Site wide jQuery
Site wide jQuery
How do you make jQuery aware of multiple pages on a site? Suppose, for example, you wanted to construct a shopping cart that kept track of items on a "shoe" page a "shirt" page, a "dress" page and then gave you a listing of all the items you had purchased with a total. It seems that the JavaScript on each page just knows about things that happen on that page.
Thanks.