@webcentric
I got the same error on joomla 3.4.8 -> jquery is not defined on error console. and + and - buttons does not work.
edit this file-> \modules\mod_vina_accordion_content\tmpl\default.php
and put this line-> JHtml::_('jquery.framework'); to joomla loads jquery library
file should keep like this:
defined('_JEXEC') or die('Restricted access');
JHtml::_('jquery.framework'); <- new line.....
$doc = JFactory::getDocument();
$doc->addScript('modules/mod_vina_accordion_content/assets/js/jquery.cookie.js', 'text/javascript');
clean your joomla cache and works like a charm...