I have a jQuery accordion that I have partially working. As of right now, I have it so all my paragraphs are hidden on page load & when a header is clicked, the paragraph is displayed but only one at...
Well, that is the weirdest thing. I made 3 new files, copied & pasted them and low and behold, that worked. I wonder what in the world was wrong w/ my original files?
I am trying to use javascript to apply CSS classes to an HTML table I have on a website. Every other row should be the same color + there should be a hover color on mouseover. I have tested the...
I think this is probably close to what I'm looking for but when I try this code, it doesn't work...? The paragraphs are automatically display and the h2 headers don't do anything on click. :(
I'm trying to create a simple javascript accordion that will let me show/hide <p> paragraphs when I click on an <h2>. When the page is loaded, the <p> are automatically hidden. (This part works ok)....