Questions tagged as 'html'

1
answer

Problem with the Egde browser. Interpret as a link a text without me indicating it

I have a piece of html code that works well for all the browsers I've tried, except for Egde in Win 10. I do not know why this browser tries to format part of my text as if it were a link when I did not indicate it. Any suggestions to solv...
asked by 05.04.2018 / 10:44
1
answer

compare two inputs in Jquery

Hello, I have been working on the password change. I need to implement that the field repita contraseña is equal to the field Contraseña . But if the user changes the field Contraseña it will appear that the password...
asked by 05.07.2017 / 15:40
1
answer

How can I make a table perform the functions of deleting and modifying? Without having to make 2 independent tables

I'm just starting to use PHP and the forms issue, so I still have questions about how to use the functions. HTML code <legend>ELIMINAR</legend> <table class="table table-striped" summary="Tabla generica"> &...
asked by 26.06.2017 / 09:56
1
answer

Pass the html form structure to json

I'm trying to pass a html form structure to json and of course the idea is that the html form is dynamic since every time it can be different and I need a code that passes to me json the elements of the form and its characteristics of this For e...
asked by 31.05.2017 / 09:50
1
answer

Load date in input

I'm making a form and to insert the date and send it I have no problem. The problem comes when I try to manually enter a date from js, it does not load. I enclose the input code: <input class="form-control datetimepicker" type="date"...
asked by 21.06.2018 / 12:08
2
answers

Create buttons with jQuery and Javascript

If we want to create a button in HTML , we need a code similar to: <input type="submit" value="Numero parrafos" id="num_parrafos" name="Numero Parrafos"/> How would the code be moved to jQuery or Javascript? To avoid the need to mo...
asked by 03.06.2017 / 16:19
2
answers

Problems with the mozilla browser

I have a problem; I have a method to generate an excel from a table and it works but in Google Chrome, however I will try in mozilla and it does not work ... Any suggestions? CODE <title>Reportes Equipo</title> <meta chars...
asked by 17.05.2017 / 23:40
1
answer

Refresh Select2 Jquery

I have a simple select2: <select id="material" class="form-control select2 select2-hidden-accessible" style="width: 100%;" aria-hidden="true"> <option value="1">PC</option> <option value="2">Raton</option>...
asked by 07.03.2017 / 10:39
2
answers

How to reference the id of a body to css?

I'm interested in using the same CSS on several pages. I am trying to assign a CSS style to a body with the id="fondo2" . I use the same syntax as for the input elements. Am I making the reference well? <body id="fondo2"> .....
asked by 30.10.2017 / 21:55
2
answers

Get input data using Jquery

I'm trying to get the value of an input, I do not want to use a button and I want to get the value when I stop selecting the text box in which the data is being entered, any idea of how to start ?? / p>     
asked by 01.02.2018 / 04:34