Jquery Accordion menu Plugin error

Solution:

Make sure you have the proper head and footer tags in your theme.

Place this code just before the tag in your head

<?php wp_head(); ?>

And place this code just before the tag in your footer

<?php wp_footer(); ?>

This may solve your issue