Questions tagged as 'html'

1
answer

Include html code in javascript

I am working on an ASP.NET MVC app, in which in the Front cargo a datatable.net by means of a JSON the problem is that in each row I have to add the icon to edit and delete. The code I occupy is the following: HTML and JavaScript &...
asked by 15.12.2017 / 03:06
4
answers

How to make a personalized error message?

I want to make a custom error message, but not using the alert of Javascript , but the API of form validation. Hoping that when the person does not fill input a cloud comes out asking to fill the element in question...
asked by 22.12.2017 / 14:33
2
answers

link does not open in html

I'm developing a Chrome extension in which I'd like to open a link. For this, I use the following line: <p><a href="https://www.youtube.com/" onclick="window.open(href)">Y</a> I do not know much about this language and I d...
asked by 30.06.2017 / 10:01
3
answers

List String in a PHP / jQuery select

I have the following string:    1; 2; 3; 4; 5; 6; 7; 8; 9; 10; 11; 12; 13; 14; 15; 16; 17; 18; 19; 20; 21; 22; 23; 24 ; 25; 26; 27; 28; 29; 30 Stored in the BD in a single field varchar 300 , Can this string be broken into separate...
asked by 23.03.2017 / 15:57
1
answer

Get the value of a select option with JQuery?

What happens is the following I have this select <select required="required" class="form-control" name="servicio"> <option value="" selected="selected"></option> <option value="1">HelpDesk</option> <op...
asked by 30.03.2017 / 17:41
2
answers

Position one div inside another in the upper part and the others below

I have a div father and inside 4 div internal son next to each other, inside each div son I have 3 div; one contains a title, the other an image and the last an icon. I have noticed that they are aligned from below and if an image does not have...
asked by 10.04.2017 / 15:02
1
answer

How to add a value to colspan dynamically?

I have the following: <td class="total" colspan=""> Areas </td> Since from jquery can I enter a value that I have in a global varibale?     
asked by 24.04.2017 / 16:59
1
answer

Content TextArea in PHP with $ _POST

I am creating a test form which I want you to send me the entered data to php . He sends me the Name and the Mail but the text entered in TEXTAREA does not send it to me. I leave the code feedback.html: <form action="feed....
asked by 21.11.2017 / 17:34
2
answers

Function add number

Can someone tell me how to do a function assigned to a button that takes a number inside the DOM, adds X and replaces the old number with the new one? I've tried this. var boton = document.getElementById("boton"); //variable de boton...
asked by 14.11.2017 / 21:44
2
answers

Place buttons in vertical html

How could I put these buttons one below the other in the form of a list? a greeting <div id="f2c1"> <button onclick="newBiblioteca()">Nueva Biblioteca</button> <button onclick=""...
asked by 04.11.2017 / 15:26