Questions tagged as 'html'

0
answers

Phone call with html5 on android

I have an application in asp.net and I want to make a phone call with <a>llamar</a> but when I add the extension and the options for each type of call the android team removes the quotes and everything that follows late...
asked by 04.09.2017 / 16:42
1
answer

Replace css and js links with the content of those files? [closed]

I am using a platform on which I can create my own sites, but not only can I write HTML, I have nowhere to put CSS or JS files. I would like to know if there is a plugin or any tool that I can use so that instead of having the links to the cs...
asked by 02.08.2017 / 01:20
1
answer

can not hide a div with .hide (jQuery)

body { font-family: helvetica, sans-serif; font-size: 15px; margin: 6% 10% 10% 35%; } input { padding: 8px 0px 8px 8px; font-size 10px; width: 159px; border: 1px solid grey; } label { position: relative;...
asked by 19.08.2017 / 06:24
1
answer

How to do operations with a select with jquery?

I have this code and every time I choose a value of select makes some operations, what I need is that when I re-select a smaller amount than the one I already selected, I will do the operations again. $('#boton2').click(function(){...
asked by 24.07.2017 / 17:54
1
answer

How to insert data into an input without ID from visual basic?

I have this problem, currently the code runs fine as long as the html element has an ID, the thing is that the text box that I want to put the data has no ID, it only has class. Code that works if you only have id: WebBrowser1.Document.Ge...
asked by 24.07.2017 / 03:02
0
answers

Problem when submit submit [closed]

Good afternoon. I am trying to make a submit with POST to a URL "vista.html", but I get the error "Can not post 404 not found". However, when submitting with GET, there is no problem. The submit is like the one in this example link , but...
asked by 18.08.2017 / 00:27
1
answer

Easyautocomplete js filter by two fields

I need to filter by more than one field, I can currently filter only by "name" but I also need to be able to filter by "code", I have not found in the documentation how to do this, I have tried to add more than one "getValue" but I can not find...
asked by 11.07.2017 / 16:26
2
answers

Why does a space appear between these divs?

PHP: <div class="wrapper-fila"> <input type="text" readonly class="celda clave" value='<?= $rows["id_registro"] ?>'> <select id="municipio" class="celda corto prueba"> <option selected="true" disabled...
asked by 12.07.2017 / 18:05
1
answer

It does not replace the null values

Good ... my problem is that when saving in the database is saved as null that is why when I call it I give a condition that if it is null I paint it empty but it does not work ... I saw another way of doing it but it did not work for me either A...
asked by 08.09.2017 / 18:26
1
answer

how to load a previously filtered table?

HOla I'm starting in this world I would like to know if someone can give me a hand with what I want to achieve, the idea is to load a table using json but it shows only the records that match some variable that I plan to bring from another page...
asked by 09.07.2017 / 21:35