Questions tagged as 'html'

3
answers

I have a problem with showing values on the screen with javascript

I'm just starting with this language, but when I want to show some value I do not see anything, any solution? HTML code <html> <head> <title>Arreglos</title> </head> <body>...
asked by 23.03.2018 / 00:10
1
answer

Align form Bootstrap TextArea

As I can organize my form, I am using bootstrap but I can not organize the description field which is a textarea below the other two inputtext This is the code I'm using <form> <div class="form-row"> &l...
asked by 12.03.2018 / 04:36
1
answer

How to generate color gradients in Sound Bars with Reflection js / css

How to generate gradient as the image that I attached in a sound wave var elem = $('div'); var count = elem.length; var loop = function(){ setTimeout(function(){ elem.each(function(){ var $this = $(this);...
asked by 20.12.2017 / 14:03
2
answers

How can I get a value of a row by pressing a button in that row?

I have this function in javascript where I am directed to a PHP file which returns a file json and I show it in a table in the following way. JavaScript Code: $.each(students, function(calificaciones, std) { $('#tableStudents').app...
asked by 07.04.2018 / 22:46
3
answers

Center one CSS table element

I want to center a table using CSS in an HTML page. Not the content of the fields (row-columns) of the table, but the table. The table element. Code: <div id="mostrar_tabla"> <form action="<?php echo $_SERVER['PHP_SELF']...
asked by 06.01.2018 / 23:35
1
answer

How to make use of the $ filter AngularJs

How can I capture in $scope.personConOferta the person who has oferta <!DOCTYPE html> <html> <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.6.4/angular.min.js"></script> <body&g...
asked by 10.04.2018 / 21:26
2
answers

Place two div side by side

How can I place these two div side by side? The one on the left occupies 15% and the one on the right 84% .container { width: 99.5%; height: 100px; } <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstra...
asked by 17.04.2018 / 09:49
2
answers

Event OnChange jQuery HTML

I do not achieve that when selecting an option that is not the first, the parameter is sent correctly to the function Export() . The alert I throw it correctly with the option that I select. But when sending the parameter, always se...
asked by 28.07.2017 / 03:37
1
answer

enable and disable fields

I am finishing a project and would like to see how to enable and disable a text field depending on the radiobutton that the user selects. I already found a code in the forum and it is what I want only that my questionnaire is filled with an a...
asked by 20.02.2018 / 16:40
1
answer

Internal links with name or id?

If I want to refer to a part within a page I use links with a pad ( # ); as for example: http://mi.pagina.com/#ancla , will jump inside the page to the part identified with the anchor #ancla . There are two methods that work...
asked by 05.08.2016 / 04:46