Questions tagged as 'html5'

0
answers

Select dependendes in php

I'm entering information into a form and I need my selects to be dependent. In this case, I have two selects, containing state information and from the selected state, the city information will appear in the other select. How to make? <div...
asked by 07.03.2018 / 18:42
1
answer

Insert data from multiple forms without refresh with ajax php

Good morning! I'm having trouble with an application, which happens; 1 - I have this guy who gets the product name and shows my list: var req; function buscarProd(valor) { if (window.XMLHttpRequest) { req = new XMLHttpRequest(); } else i...
asked by 06.03.2018 / 07:37
2
answers

Find string in html code

I need help with the following: _Add multiple files (.htm extension), approx 20 files. _Analize and find in the 20 files a string determined in the HTML code (maximum length of the string is 20 characters). I thought to perform in html wit...
asked by 06.03.2018 / 11:46
0
answers

Error while minimizing JS Template with Gulp

When running my automatic Gulp tasks, which include JS minification, it's giving error! I created a new JavaScript code that uses templete strings, and the error gives it there! Gulp-uglify can not process this file because of the grave (') acce...
asked by 05.03.2018 / 19:37
0
answers

Collapsibles do not work

I am using a framework called SBAdmin , which is nothing more than Bootstrap 4. However, when creating the same% w / o as the FW provides as an example, it does not work in certain cases. The error is in the url: When a URL like...
asked by 08.03.2018 / 02:46
2
answers

Function that when clicking open a respective ul on another page

By clicking on a category like the image below, you are redirected to another page, Whenyouareusingyourcomputer,itopenslikethis: Butitisalsonecessarytouseitinmobilephones,butwhenitisresponsiveitisnecessarytoclickagainonthecategorynamesothati...
asked by 05.03.2018 / 16:00
0
answers

How to run the same JavaScript function in browser and server?

I'm trying to use the TrackingJS library for face detection in an application. Currently my application using Multer uploads an image (I would like to do several, as I am using .single because it can not perform the detection by the local and se...
asked by 01.03.2018 / 04:28
0
answers

Sum of 2 values with button in AngularJS

I would like to know what is going wrong because when I do the ng-click function in HTML the {{resultado}} appears as NaN . HTML   <button class="button button-full button-positive" ngclick="juntarTotal()">...
asked by 07.03.2018 / 07:25
1
answer

Left and Translate

Recently I saw that some programmers are using left and translate , instead of left and margin . Example below .container{ width 100%; border: 1px solid black; height:300px; } .bloco1{ width:50px; heig...
asked by 27.02.2018 / 14:57
1
answer

Align radio button mobile

I'm having trouble leaving the radio button next to the text. Only in the mobile version that is "breaking" (The text is above and the radio buttom goes to the bottom line). I need you to look like this: Here'smycode:<divclass="row"...
asked by 27.02.2018 / 19:26