Questions tagged as 'html'

1
answer

put meets top and bottom category

Hello, good morning, I would like my select option to appear one above and the other one below, but I have already put everything and it does not come out to me, first, first, up, and then below, category. tds += '<h6 style="color:#0...
asked by 27.09.2018 / 12:52
1
answer

How to defocus only the image of a background-image?

I have an image for a background of the body on my site and I want to apply a bit of blur, it turns out that when I apply the blur property I blur all the div and my container, but not the body. body{ background-image: url("ruta");...
asked by 30.09.2018 / 23:01
2
answers

Show Text and Hide text

I have this javascript and it works well in show and hide but I want it to only show what is selected but it shows in all the divs that I can do to compose that? I'm super new ... is this .. <script> alert ("Sitió Web En Desarrollo")...
asked by 17.10.2018 / 03:46
1
answer

show and hide html elements with javascript

I'm starting javascript and I have a problem. I want to create a FAQs website and when you click on a question, the answers are displayed. But when I click on the question I see this error in the browser log Can not read property 'getAttribute'...
asked by 17.10.2018 / 11:30
1
answer

Implement currency format in a range type input

what happens is that I have a function to stylize an input of type rengo (see example working), the problem lies is that now I must convert the number shown in currency format with this function or something similar: function toMoney(str, curr...
asked by 17.10.2018 / 20:15
1
answer

When uploading to the server there is a query that does not work

I was working on a web site, now I upload it to the server because the programs that I have left need this upload on the server. When uploading it to the client's server, everything works perfectly, except for a page that does not load querys. T...
asked by 28.09.2018 / 05:33
2
answers

How to send data using 2 buttons without refreshing HTML page

I have a problem, I am lighting an LED with a Wifi Chip (Esp8266), everything is fine with my 2 buttons one that turns on and the other that turns off my light bulb, the problem I have is that when I press the buttons I reload the page, I need y...
asked by 06.10.2018 / 15:20
1
answer

spaces to the right when passing data to input text in modal

This is my case I hope you can help me I have a table which is filled with data from mysql, each row has a button that displays a modal window which carries the data of the row on which the button was clicked. Everything works fine except tha...
asked by 04.10.2018 / 14:28
2
answers

form html and javascript div "display: none;"

good try to show a layer when in one of the options of the form option is chosen, connect this code in js: function mostrarReferencia(){ //Si la opcion con id Conocido_1 (dentro del documento > formulario con name fcontacto > y a la...
asked by 20.09.2018 / 09:50
1
answer

Error compiling project in Angular 5

I'm trying to get a JSON through POST with angular, but I get the following error. Error: Unexpected value 'AppComponent' declared by the module 'AppModule'. Please add a @Pipe/@Directive/@Component annotation. I really do not know what...
asked by 15.04.2018 / 23:51