Hi i have got an console error jQuery not defined, and a simple snippet to fade in a paragraph in an image box, at https://applifting.cf
Does anyone know why this is at all, the snippet is below.
$jQuery(document).ready(function(){ $jQuery(".innerBox").hover(function(){ $jQuery("#hidden").fadeIn(); }); });
error is jquery not defined?
thanks