i enqueue js file in worpress and file is loaded and working with native js code but jQuery ready not working
alert('working');
jQuery(document).ready(function(){
alert('not working');
});
the site url
http://typingbooster.expotech.co.in/
please view source the file custom.js