Show/hide a DIV

Why in local test it work, but when i do hosted test it stop to work, i test with a lot of method and im now rly frustrated, i trying with simply applications with just 1 botton, 1 div and javascript with onlcick event, but dont work in hosted version

Did you check for console errors?

Wheres you code?

Are you using jQuery? Are you loading said jQuery from a CDN. ALL CDN’S are blocked, you must include jQuery in your files you upload to hosted test

thx i was loading jQuery from a CDN, i put it like local file and now work, thx so much ^^