WordPress Multiple Navigation bars

Most WordPress themes take advantage of a function called body_class() which outputs specific classes to the body tag. Implementation looks something like this:

<body <?php body_class(); ?>>

This will put a unique class on the homepage of your website that won’t be on any of the other pages so you could target that specifically in jQuery or use some kind of JQuery function like hasClass().