Questions tagged as 'html'

1
answer

how to do a responsive div?

I have several div like these in my page that when doing hover on a map they will float in that position that I wish them, but I have a problem and that is when the resolution changes the page is responsive but the divs do not and they stay the...
asked by 17.05.2018 / 15:38
2
answers

HTML Javascript - Position and color of lines on canvas

I'm drawing with canvas but I need that the lines that appear are behind the rectangles and also that each line has its own color Canvas code <script> //X,Y function start () { var element = document....
asked by 02.03.2018 / 14:38
2
answers

How could you improve the code in the if part?

I would undoubtedly want to improve this crappy code that I did, I want a simple way to show the obstacles, the problem is that I get a lot if for each obstacle created, I have them all in a multidimensional array in rover.obtsacles array, but I...
asked by 02.03.2018 / 16:45
2
answers

Show Item if True in Array Json

How do I show the content of a person if at least some of the items within the array has the status denied , this is my código . index.html <!doctype html> <html lang="en"> <head> <meta chars...
asked by 26.02.2018 / 20:34
1
answer

add row to HTML table with JQuery in the Tbody

How can I add a row to an HTML table with JQuery? I have the following code but what it does is add a row in the part of thead of my table and the goal is to add it in the tbody. function agregarFila(Id, Nombres, ApellidoP, AppellidoM) { v...
asked by 29.08.2018 / 05:52
1
answer

Show quantity of items and search input in Datatable AdminLTE?

I am developing an application in Laravel 5.6 and implement AdminLTE , everything works correctly and implements the corresponding files of both js, css and the sample structure of the html. But my result is the following: This is my:...
asked by 13.03.2018 / 19:04
2
answers

Get selected option within an optgroup

Having a select like this: <select id="main"> <optgroup label="Coches"> <option value="Mustang">Mustang</option> <option value="Ford">Ford</option> </optgroup> <optgroup label="...
asked by 20.03.2018 / 13:06
2
answers

How can I extract a certain element from an html string returned by AJAX?

As I say in my question. What happens is that through Ajax I make a call to an HTML document, but I only want to obtain a certain element, let's say that only the content of the body. How can I do it? Well, what I'm trying to do is impl...
asked by 05.02.2018 / 00:36
1
answer

Notice: Undefined index: Why does this error mark me?

I am generating a login log I am integrating session_start(); I have an inconvenience, it marks me an error which is the following: Notice: Undefined index: tiempo in C:\xampp\htdocs\revista\rev\administrador\consultar_registros.php on...
asked by 04.01.2018 / 19:31
1
answer

Share in instagram via web link

It is possible to share an image and a text in instagram via web. Example: On facebook you have the social plugin that allows it = > social button Does a form exist in instagram through a link or through the api to do this?     
asked by 30.11.2017 / 11:36