top of page
50% off 1call plan! Use the code PEACE

// Velo API Reference: https://www.wix.com/velo/reference/api-overview/introduction $w.onReady(function () { //$w("#horizontalMenu1").collapse(); $w("#text3").collapse(); $w("#shoppingCartIcon1").collapse(); $w("#columnStrip10").collapse(); $w("#column18").collapse(); // Write your Javascript code here using the Velo framework API // Print hello world: // console.log("Hello world!"); // Call functions on page elements, e.g.: // $w("#button1").label = "Click me!"; // Click "Run", or Preview your site, to execute your code });
bottom of page