The HTML looks like this:
- <div class="thecourse">
- <div class="category">
- <div class="categoryname">
- <span class="arrow-down"></span>
- </div>
- </div>
- </div>
Now i did try to write in a function to the slideToggle, but it kept locking up and I wasn't able to figure it out even with firebug. Basically when script #1 is run, i want to toggle the classes listed in script#2
Thanks in advance for any help