velo

How to get repeater data using checkbox in WIX?

倖福魔咒の 提交于 2021-01-28 20:43:19
问题 I'm showing repeater data from database.Data is showing perfectly in repeater . Now I want to select Checkbox on one or more repeater but not working. When I'm checked checkbox it should show "Air Jordan".But it is showing "Hydra".Also index value are not showing. This is my code export function checkbox1_change(event) { // Add your code for this event here: let myid=$w('#text32').text; console.log(myid); $w("#repeater2").onItemReady( ($item, itemData, index) => { if ($w("#checkbox1").checked

How to add custom css in wix website

风流意气都作罢 提交于 2021-01-21 03:49:13
问题 I am new at wix and editing a website and want to add css in a page. but not found any option for css. Anybody know how to add custom css code in wix website? Thanks 回答1: You can do this by embedding inline styles to every page, via creating a chunk of custom css code contained between <style> and </style> . Go to your site's dashboard. Click Manage Website on the left. Click Tracking & Analytics . Click + New Tool **and select **Custom from the dropdown. Set up your custom code: Enter your