Looks like Matthew solved the problem and I wondered how. What seemed to fix it for me was specifying the header attribute (what links act as the open/close switch). I gave all the header links a "menuhead" class and then in the accordion options set {header: "a.menuhead"}. I think this prevented Accordion from getting confused about which links were the header links and which where normal but I believe this was some sort of bug or something I screwed up elsewhere because it should work by default.
Matthew wrote: > http://www.firstlineeducation.ca/ > > Hi! > > I'm new to jQuery, and just realized that somewhere along the line > while coding the accordian and cycle plugins into this page, and then > finishing the rest of it the links within the accordian don't work - > they just scroll the accordian section back up into itself to close > the stack. I've tried backtracking, but I can't seem to find what > might be the problem. > > Can anyone point me in the right direction? Is there a 'return false;' > that I'm missing somewhere? Is there an easy workaround? Setting > alwaysOpen: true doesn't even seem to work anymore. > > Any help would be appreciated.