Questions tagged as 'html5'

1
answer

show selected file modified file file

Good morning: I am trying to customize the input file of a form, but when I put the corresponding styles, it is modified well, when I give it to select the file the window opens, but when I select it, then the name of the file does not appear...
asked by 03.11.2017 / 11:24
2
answers

Error Can not set property '_DT_CellIndex' of undefined jquerydatatable

I am using PHP and when I put data into the jquery datatable the datatable style is lost, I get the following error in the console. <?php include 'inc/conexion.php'; $query ="SELECT * FROM user "; $result = mysqli_query(...
asked by 07.09.2017 / 18:49
1
answer

get the form values by ajax and pass it to a query

I have a form to filter the data to generate graphs of survey data <!DOCTYPE html> <html> <head> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"...
asked by 23.11.2017 / 20:19
2
answers

You doubt to change data of an img

With the very good ones to the community, I have the following question, I am working on php and mysql. I need to change a part of a <img src="http://localhost/upload/foto.jpg" width="259" height="194" /> I want to remove the width...
asked by 23.08.2017 / 20:59
2
answers

Doubt with CSS and screen margins

I have a js file that I load on each project page and that analyzes the resolution of the screen. if ($(window).width() > 1024) { //Aqui cargara una hoja de estilos para resoluciones mayores a 1024 document.write('<link rel="stylesheet"...
asked by 14.08.2017 / 19:40
2
answers

send modal data to jquery bootstrap4

I have a problem sending data from a modal to jQuery. I do not know why the code does not appear, could you help me edit and tell me what the problem is so it does not happen again? The error I receive is the following ( screenshot of the err...
asked by 22.07.2017 / 20:39
2
answers

Why are not my font faces shown?

< a href="https://i.stack.imgur.com/1RHGu.png"> font face file @font-face { font-family:Hurme1; font-weight: 48; src:url(fonts/HurmeGeometricSans3Bold.otf); } --------------------------------------------------------------...
asked by 21.08.2017 / 19:11
1
answer

How to catch the value of an ul / ul with ANGULARJS?

I have the following problem when getting the <li> selected from a list <ul> . I thought it would be the same as in a select that only the ng-model is placed and already, but this is different. <li...
asked by 10.07.2017 / 03:07
1
answer

Visualization of a table in asp.net mvc html

Good, I have an index view generated automatically by the controller in C #, I need to show some photos in a table and every 4 columns a row is generated automatically, but I can not do it, it just shows me the run photos creating columns and no...
asked by 30.06.2017 / 17:23
2
answers

Select values within a table by rows

How can I select values from an html table by rows in JavaScript ?, I have the following function already done but that brings me together all the rows function iiid(e) { var iii = ""; $("td").parent("tr").find("td").each(function...
asked by 29.06.2017 / 17:09