Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post. Closed 2 years ago. Improve this question I have next to no code experience and have been set this task – any help would be much…
what’s wrong on code javascript with list item menu?
I use This code on my dropdown list Item on click.. it’s working Good . but Problem is .. when I click in link not working.. [].slice.call(document.querySelectorAll(‘.dropdown .nav-link’)).forEach(…
Select Multiple ids and Pass to controller at once
Am tried to select multiple of ids from the concept of delete multiple ids, but am get the error and ids not passed this is code i tried kindly can you show me how i can fetch those ids and passed to controller am expect to update one column like this Answer In Ajax Call replace From To and in
Protocol version from JavaScript Fetch responses
I was just playing with Fetch and noticed it seemed impossible to get the protocol version from the response start line. During an HTTP request the first line of a response could look like this: HTTP/1.1 404 Not Found Basically, I am looking for a way to get the HTTP/1.1 part of the first line. I was able to …
how to save a data to backend thrhough controller from selecting a dropdown list in the website odoo 12?
Ive been trying to take a user input from the dropdown list and update it to the backend through controller.i will explain my code below, JS XML controller.py What my concern is i dont know how to give the input class to <select> <option> dropdown list and make it to save to the backend through co…
Javascript WebDataRock pivot-table configuration from a demo starter example
I can not make this demo work, with the “hierarchy” parameter, even though I specify the parameter value, it applies the condition to all hierarchy chain. Starter demo: https://www.webdatarocks.com/doc/conditional-formatting/ CodePen example which is also referenced from starter demo : https://cod…
How to insert a function inside another function and alphabetize a phrase?
I take the opportunity to ask two things, the first I want to alphabetically order a phrase that the user previously writes but for some reason it does not finish printing the result, the second is to read the phrase and indicate if there is any repeated word and how many times it is repeated and show it On t…
traffic light sequence, html, javascript and css
I am trying to make a program that displays a traffic light sequence. I have made a mistake in the code so it doesn’t get past showing the red light when the “starts sequence” button is clicked. if you can see where I went wrong please help me get it working. I have used functions to change …
Use an image as a mask for another image
I’m making a website that I wanted to be a white page that you could stamp to make another image appear under. So when you click, you make a holepunch. Like this exemple : So I managed to have a randomized image in the background as I click which is fine for what I want, and to be able to
Use recursion on array [closed]
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 2 years ago. Improve this question Write a function that by given array of integers, and a positive number X,…