Skip to content

How to create read more arrow with javascript?

I have a PSD like this. When I click on this arrow down, It must show more info like this. But no matter how hard I try, it’s not right function myFunction() { var dots = document….

use an array from Google Sheets to create a data list in html that can be served to a Google Apps Script for Autocomplete a Text Input

I have been struggling for a couple days to build a simple interface for my colleagues to record every customer interaction. They will input the following: Name of Customer (Autocomplete feature, from a superset of all names in a column in the spreadsheet) Date of Interaction Summary of the Interaction Prospe…

How to delete multiple url params

There is a problem with deleting several string parameters. Only the last parameter is being deleted now. upd: I did not specify that I wanted to achieve the ability to remove specific parameter values this code does not work correctly: Sandbox Answer Solved the problem by modifying the function like this