hi,
how can I check the id on every page's <body> tag and perform a set of unique jQuery functions based on the page's id?
for example, I have a page with id=red and another page with id=blue. On page load, I need to check the id and then assign the appropriate color to a div on the page.
thanks