I am managing a switch(on/off) to validate if a user is active or inactive, the problem is that when clicking on a different switch (per user) the console doubles, triples, etc, the server response number of times I have changed the state...
I'm using Codeigniter and I'm going through input[] , for this I have the button where I add the inputs
function add_fields() {
var d = document.getElementById("content");
d.innerHTML += "<br /> <i...
I am putting together a model where I have to make an effect on a section like the image I attach.
The idea is that the box that appears at the beginning is positioned on the side of the second section and magically change to a form. nothing eas...
I have a process that opens a web page.
<script>
function Abrir() {
miPopup = window.open("PopUp.asp", "miventana", "width=500,height=250,menubar=no")
}
</script>
By having the web page open, you ask a...
I am trying to traverse data in a foreach that takes the attributes and values of an array that comes from a query that returns a result_array ().
The objective is to take the values of that array and add them as attributes with properties and v...
Hello good afternoon friends,
I have created a project that I was asked for a job that I applied for and they asked me to make the contents of a .txt file appear in an html. I already have something advanced in the code that I found, it works...
It turns out that I'm doing a header with bootsrap and I have to put two elements in it, one that is a button that displays a sidebar and another that is the title. the button must be aligned to the left which I achieve, but the problem arises w...
The effect of jquery makes me the div of the sections click on a hidden div, this function copies the content or to a destination box, when this effect changes the color of the boxes and the text is affected by the hover without getting to work...
Good day.
I have the following component select multiple
<select multiple ng-model="templateSelect" id="sel_templates" material-select watch ng-change="loadWeeklyConfiguration(templateSelect)">
<option ng-repeat="x in template...
I have the following code ...
<mz-checkbox-container>
<input mz-checkbox
id="select-all-{{i}}-{{index}}"
type="checkbox"
(change)="selectCheck(i)"
[(ngModel)]="cards[i].valueFlights[index]">
</mz-checkbox-...