Hello Function90,
I cannot get the f90 Logout link to work.
I am running Joomla 3.4.8
I installed and enabled the plug-in, and using the following link to trigger the code.
<div id="f90" >
<a href="#" class="f90-logout-button">Logout</a>
</div>
I am getting the following error through the Firebug Console: Uncaught ReferenceError: jQuery is not defined
<script type="text/javascript">
(function($){
$(document).ready(function(){
$('.f90-logout-button').click(function(){
$('#f90-logout-form').submit();
return false;
});
});
})(jQuery);
Any ideas of what is going wrong?
Thanks,
Jim Morrisson