Questions tagged as 'javascript'

0
answers

BrowserSync does not show my own css styles, just from materialize. Help

var gulp = require('gulp'); var sass = require('gulp-sass'); var browserSync = require('browser-sync'); gulp.task('styles', () => { gulp.src('sass/**/*.scss') .pipe(sass().on('error', sass.logError))...
asked by 15.07.2018 / 20:46
0
answers

DEPENDENT SELECTS WITH CLASS="chosen-select"

I am trying to make a form with dependent dropdown, but the problem is when I go from select 1 to select 2 that has the class "chosen-select", it does not show me the data in this dropdown , but if I change the class to this dropdown and put i...
asked by 17.07.2018 / 03:51
1
answer

Google map in HTML

I'm putting together an HTML template and in it I want to add the google map, checking I require a google API key. The question is: am I going to sell that template, is there any way to show the map without using my personal KEY API (without...
asked by 17.07.2018 / 00:00
1
answer

How to stop this spread

I have sent this exercise in classes and I have about 3 days without being able to stop this spread, I have tried to stop the spread everywhere and without any result, the idea is that when you click on the heart, or the comment on each image, t...
asked by 17.07.2018 / 02:40
0
answers

Passing String from a json file to html

Through a query to an API, I get a text that includes HTML tags. I have to include this text in JSX in a React.js program. The fact is that I have tried to use document.write() to be able to pass the String to HTML tags, and it does, but...
asked by 12.07.2018 / 21:24
0
answers

Javascript doubt sweetalert

I'm trying to use "sweetalert" to implement a confirm on a button that I have, but I understand how. for a normal confirmation I know I should use onclick = "return confirm('mensaje')" but when trying to implement sweetalert in a function...
asked by 18.07.2018 / 01:37
1
answer

Generate excel from an html table without a column

good day, I need help, I want to generate an xls file but I do not need one of the columns. Any way to do it? <script> function ExportToExcel(htmlExport) { var ua = window.navigator.userAgent; var msie = ua.i...
asked by 17.07.2018 / 23:26
2
answers

How to reset two calendar type fields to the current date?

I have a form with 4 fields of type text and with two fields of calendar type that when loading the page they show the current date by default, and a button to clean, what I want to do is that by clicking on the button clean the text fields and...
asked by 18.07.2018 / 04:14
0
answers

How to get the path of a file uploaded by Plupload to show it in a Php

I have a problem, and that is that when it comes to having a php to collect data from a form, I need to obtain the path from where the files I have uploaded by Plupload have been saved. What I need should be something like this: echo 'el ar...
asked by 16.07.2018 / 11:40
1
answer

Default value in md-autocomplete

I'm trying to set a default value to an md-autocomplete, but it's not possible for me. I need to be able to perform this function, since I have a service that returns certain parameters that should be automatically completed and, if it does n...
asked by 12.07.2018 / 08:59