top of page

Forum Posts

ricardo.drouyn
Mar 05, 2018
In Coding with Velo
I'm new to Wix and I'm trying to learn the platform but I'm running into some issues with adding JavaScript code to my pages. I can't even get a message to log to the console. Any ideas on how to enable javascript code on my site? I added this code to the main site to see if any messages would appear in the developer console, but I'm not seeing anything being logged. $w.onReady(function () { //TODO: write your page related code here... console.log('test'); });
0
7
1k

ricardo.drouyn

More actions
bottom of page