jAlert is not working the JSP code

jAlert is not working the JSP code

Hi,
jAlert is not working the JSP code. I am checking if jQuery loaded and based on that displaying alert using jAlert

if(typeof($) != 'function') alert('This component requires jQuery.'); else $(function() { 
jAalert('The DOM is ready for jQuery manipulation.'); });

can you please tell why its not working