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