Questions tagged as 'html5'

2
answers

enter SQL query in an input with PHP

I am trying to query a BDD with php to show the results through an HTML input. To show the result I do the following: while($fila=mysqli_fetch_array($resultados, MYSQLI_ASSOC)){ $emp = $fila['Emp_Nom']; { And I show it through t...
asked by 02.04.2017 / 02:35
3
answers

How to align icons in the cells

Hello, I'm using the fontawesome library to show some icons in some cells <script defer src="https://use.fontawesome.com/releases/v5.0.8/js/all.js"></script> I try to put it in the upper part of the cell, and with valign=...
asked by 14.03.2018 / 19:42
2
answers

concatenate values in input with jquery

I have an html table which when clicked in a row gets me a value that I want to recover, How can I concatenate values in an input every time I get a value? $("table tbody tr").click(function() { var total = $(this).find("td:last-child...
asked by 13.03.2018 / 20:49
2
answers

how to create styles for a progressive ID?

How can I create styles for ids that are differentiated at the end by a number? I had seen something like this "#1, #2 = id(+n)" , but it did not work for me     
asked by 08.04.2017 / 23:01
3
answers

How to load HTML elements dynamically within a modal?

I am implementing several modal windows through Bootstrap. One for each different thing. I have done the test to load different data in the same modal window. I explain ... I have one to pick up favorite users, another for followers and an...
asked by 12.04.2017 / 01:02
2
answers

How can I make the screen automatically upload with js? raising the scroll 300px [duplicated]

Good morning; I have a few elements placed in a div, but I need that if you click on any upload the scroll automatically upload to the top of the screen, but can not find a function or any way to achieve this goal. Any ideas? Thanks.   ...
asked by 08.05.2017 / 17:25
2
answers

How to detect if JavaScript is activated in the browser of the visitor of my page?

I am creating a website where the use of javascript is a priority, so I would like to know how to detect if the browser is running javascript when visiting my site, and if not, address it or give it the option to activate it immediately.     
asked by 12.01.2017 / 04:55
2
answers

Validate if I select a value in the checkboxs

When I select one or more of the possible checkbox , it shows me the message or messages that I have in PHP , but if I do not select any of the possible checkbox I get the following error: "Notice: Undefined index: TypeM in C:...
asked by 24.01.2018 / 14:42
2
answers

Select an item from an ul list of html

Good friends, I'm new to this and I want to see if you can help me, I'm doing a project where I must select from an UL list an element and depending on the selected element execute some actions. <ul> <li>Accion 1</li> <...
asked by 19.03.2017 / 21:54
1
answer

Call document.ready from a partial view

I am working with ASP.NET MVC, JQuery I want to call a document.ready from an ajax that is in a partial view, I show code: PARTIAL VIEW <script type="text/javascript" language="javascript"> $('form').submit(function (e) {...
asked by 21.03.2017 / 04:42