简体   繁体   中英

Cloudflare Rocket loader Causing js errors ($ not defined)

Cloudflare Rocket loader Causing js errors ($ not defined). Issue is only on one page. Other than that site is working fine. I am using osclass CMS for my project. It has a subscription functionality which have a large hidden field. When rocket loader reaches that field it just crashes and does not add its nonce in script tag which is causing this issue.

Can anyone tell me how to fix it.

Script Link: Rocket loader

Input field

did you import jQuery? if not please include this

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM