I need to change the text to the mouse hover over the buttons i try this code but doesn't work.
<script type="text/javascript">
jQuery(function($){
$(".cat-item-13").hover(function () {
$('#text-digital-solution p').hide().html("<?php echo term_description('13','casestudies_category'); ?>").fadeIn('fast');
});
});
</script>
this is error: Uncaught SyntaxError: Unexpected token ILLEGAL