http://churchsafeplan.com/overview.php?content=0201#intro
For some strange, strange reason, the function “accordian” is not working. Seems as if accordian does not exist, though the jQuery UI file is being called. It doesn’t make sense to me, and it feels like I am wasting time so if anyone could help, it would be MUCH appreciated.
The javascript is on the bottom btw.
Figured out the problem was actually a typo. Normally jQuery doesn’t break when the HTML doesn’t fit, but in this case it was breaking because the HTML didn’t fit. Which I think is rather weird.
How is it not working? What is the expected behavior? I just see a long form. When I put your commented out accordion code
$("#accordion").accordion();into the javascript console, it runs but matches nothing. More info would be helpful.