Questions tagged as 'html'

1
answer

Header always visible in responsive table [closed]

I am working on a web application which handles a large amount of data, when downloading that data on a table as there are too many opted to page them. The paging was done with 1000 records per page so it is imminent that the vertical scroll...
asked by 04.08.2017 / 03:27
1
answer

My login works only the first time (php) and I do not know why

I have a login.php that sends the data to himself and he receives it, the problem is that it only works for me the first time and the second one if he lets it go and I do not understand why. I did it on the same page because when I used two I co...
asked by 26.07.2017 / 15:32
2
answers

Problem uploading ajax and php files

I do not know what is happening but I can not upload files with php / ajax does not recognize the index file, My code: Html: <div class="wrapper-attachment" data-type="attachment" style="display: none;"> <form name='archivo' enct...
asked by 21.07.2017 / 12:31
2
answers

Do not validate a row with empty fields

I have a problem with the same program that generates, deletes and adds rows within a table, but what I want to do is that when the user does not enter one or any data inside the table, I get a alert that says : "you have not entered the...
asked by 20.07.2017 / 20:29
1
answer

Alert angular confirm

Suppose that in my controller I have: var confirm = true; and in my html: <a href="index" onclick="return confirm('Are you sure?')">Index</a> How can I do so: if the variable "confirm" is true, leave a me...
asked by 19.07.2017 / 08:27
1
answer

Sort Array with PHP to generate a list of multilevel menu

I'm trying to generate a multilevel menu listing in PHP but I have not managed to do it, I would like to help me with simple examples and sort the Categories and Sub categories with their title, something like this: Category 1              ...
asked by 12.07.2017 / 00:44
3
answers

Video Html5 Does not work in Android Chrome

I want to show a video and it works well on a computer, but not on Android. Seek help but it did not work. //// Code <video poster="img/videoframe.jpg" class="fullscreen-bg__video" controls> <source src="ejemplo.mp4" type="vide...
asked by 10.07.2017 / 21:06
2
answers

Td color according to value

I have an HTML table with two columns (description and value), and I need each row to paint a specific color depending on the value of the "value" column. With jQuery I am using this: $("#mitabla td:last-child:contains(5)") .parents("tr...
asked by 17.07.2017 / 16:59
1
answer

Pop Up several views in Angularjs

I would like to create a Pop up and that it appears with a small delay when the view of the home is loaded (Like the pop up with promotions that come out at the beginning of the e-commerce, etc), in angular js you can not load two views, I would...
asked by 31.07.2017 / 03:08
2
answers

To put elements to ends with Flexbox?

I have 2 children in a container that uses flexbox, I want to have them both placed at each end (left-right) of their container, but I can not do it. The code that I have is the following: HTML <!DOCTYPE html> <html lang="es">...
asked by 23.07.2017 / 17:30