[jQuery] Jquery Help - Navigation
This is probably something very basic, but why does this logic only work for the first section of ul's in the nav and not the next? Please enlighten me. Thanks. body, body * {margin: 0px; padding: 0px;} ul#mainNav li{display: inline;} #nav{back
[jQuery] jQuery putting logic in separate file
I'm new to jQuery, so please bear with me. I'm putting the jQuery logic in a separate file for the jQuery calendar: And the css and nothing happens. If I include the script in the head it works fine. Any suggestions? Thanks.