Questions tagged as 'html'

3
answers

Problem with FontAwesome, I do not recognize any icon

I'm using bootstrap but I've been trying to add FontAwesome for a while and it will not let me do the one that puts me on the page for a while now <script defer src="https://use.fontawesome.com/releases/v5.0.8/js/solid.js" integrity="sha384...
asked by 18.03.2018 / 00:59
3
answers

retrieve attribute value data-id from html button and bootstrap [duplicated]

I have a button in each row of a table with the data-id attribute which is different from the other rows <button id="btnCancelar" class="btn btn-warning" data-id="@item.facturaCancelacion">Ok</button> in a JS file I have a cli...
asked by 08.07.2016 / 00:58
2
answers

How to change the value of a button once clicked?

Good morning, I'm just starting with javascript and it's costing me a little ... What I want to do is that when I click on the button it changes its value, but I do not understand the error: <!DOCTYPE html> <html lang="es"> <hea...
asked by 23.11.2017 / 13:18
2
answers

PHP single quotes in an echo

I want to show the single quotes within echo $email = "[email protected]"; echo 'mail->addAddress('.$email.')'; It has to come out like this: mail->addAddress('[email protected]');     
asked by 23.05.2017 / 09:50
5
answers

Adjust Columns of 2 HTML tables

Currently I have 1 table (html) with 2 tables (html) whose problem is that when displayed on a small screen the headings are mismatched with the table My table (example): <table width="100%" > <tr> <table width="100%" >...
asked by 07.08.2018 / 19:40
2
answers

restart table when closing modal

I have this code var d = ""; $("#bntParametro").click(function () { var ajaxParam = null; ajaxParam = $.ajax({ type: "POST", url: "sendTophp/consultarParametros.php", }).done(function (param)...
asked by 27.09.2018 / 19:00
3
answers

Do not add selected item from a list box

There are two list boxes, one with templates to choose from and another with templates to invoice. With a button it is about adding to the second list box the selected option of the first one, but it does not do anything. <br><br>...
asked by 10.10.2018 / 07:45
1
answer

Problems showing some special characters [closed]

My problem is that in a management panel you must show domains, users and passwords. The case is that the passwords have special caraacteres, among them < and > . And when it comes to showing everything between those character...
asked by 02.10.2018 / 11:38
5
answers

removeClass JQUERY does not work

I'm using ASP.NET to make a form, but I need to remove the class disable , I'm using JQUERY , and I need to remove it to several labels that make up my object, but I'm not having much success. The objects that I want to affect are...
asked by 08.06.2018 / 18:15
2
answers

Two colors in the same word in html

I need to put two colors in the same word in html, the word is inside a h1 tag, everything I try makes a half word go to a second line for example <h1>promociones</h1>     
asked by 10.03.2018 / 23:50