[ad_1]
It’s because you are calling jQuery function before actually importing it into your webpage, import jquery before you call the block :
jQuery(document).ready(function(){
}
[ad_2]
solved Uncaught ReferenceError: jQuery is not defined in my web page