Questions tagged as 'html5'

3
answers

user search

1.- For the search based on the content of the divs, is that a good practice? 2.- When I perform a search, and then I delete all of the input, how do I return to its initial state, that is to say that all the users are shown, are there events...
asked by 14.02.2017 / 16:46
1
answer

Javascript functions that execute part of other functions

I have a function that adds some details to the DataTable, the function is activated by a button that is to add, then hide the modal. what I want is that the user has the option to continue adding details a button that adds the details to the ta...
asked by 26.04.2018 / 20:18
4
answers

How can I align some components of a bootstrap3 navbar to the left and others to the right?

Starting from a navbar of Bootstrap standard we need that some buttons or links are aligned to the left, others to the center (for example: our icon brand ) and others to the right. This was the first thing I tried to do:...
asked by 17.12.2015 / 16:43
2
answers

Height 100% does not work

I'm trying to create a menu made with images with the hover effect, but I do not understand why you do not see the div complete. The menu consists of 6 images (which in reality are twelve, two per menu option, for the hover) and must b...
asked by 28.12.2015 / 05:45
1
answer

Why does not he bring me the graphic?

Good afternoon I'm doing a graph with js and I already have the graph at the time of showing it is not displayed This is script $(function () { var tope = 100; var acum = 73; $('#container').highcharts({ chart: { type: 'gauge',...
asked by 30.09.2016 / 00:08
1
answer

How can I know from and to where I'm browsing with ngRoute?

I have a template that is displayed temporarily, the problem with this is that it is displayed only if I click on a predefined link. What I want to do is that the temporary template is displayed when accessing the URL with id (/ news /...
asked by 04.09.2016 / 01:59
2
answers

Create a view from scratch

I'm working with ASP.NET MVC, I'm creating my views from scratch to pure html, creating an empty view creates me this. @{ ViewBag.Title = "Proveedor"; } <h2>Proveedor</h2> But when creating html code I do this @{ ViewB...
asked by 13.02.2017 / 17:29
1
answer

Can a flexible div be created in height?

I would like to create a div that when enlarging the browser page, will grow as an image does with width: 100%; height:auto; Is there any way to do it today? My intention would be to create a div with a 16: 9 aspect ratio that incre...
asked by 17.10.2017 / 12:10
1
answer

Form POST PHP. Notice: Undefined index:

I have a problem when it comes to getting the values of a form using the POST method to a PHP. The form is in a modal window created with BootStrap: <form action='../php/editCardPatient.php' method='POST' role="form" data-toggle="validat...
asked by 15.02.2016 / 21:26
5
answers

I can not center HTML form elements

I'm with something simple, but for some reason I can not achieve it. As the title says, I can not center the elements of an HTML form. I wanted to see if they could give me a hand. Here the code: <body> <object id="header" data="h...
asked by 03.10.2016 / 20:22