Questions tagged as 'html'

0
answers

How to avoid accumulating an event in the console?

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...
asked by 11.07.2018 / 23:32
0
answers

Foreach does not record multivets

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...
asked by 18.07.2018 / 20:34
0
answers

Problems with Scrollmagic

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...
asked by 13.07.2018 / 19:20
1
answer

Close web page JavaScript

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...
asked by 13.07.2018 / 19:59
0
answers

Pass attribute value to XML node from a foreach that receives data from a query in mysql

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...
asked by 11.07.2018 / 19:32
0
answers

How to format a txt file, show it in an html content and with page, help please!

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...
asked by 11.07.2018 / 20:22
1
answer

How to align one object to the left and another to the center in bootstrap with d-flex?

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...
asked by 09.07.2018 / 23:23
0
answers

div-clickable function with jquery enters co-conflict with the hover in css

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...
asked by 10.07.2018 / 20:44
1
answer

How to add delete button in the options of a select component

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...
asked by 10.07.2018 / 21:27
0
answers

Why checkbox is selected?

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-...
asked by 10.07.2018 / 16:12