Questions tagged as 'html'

2
answers

Laravel and Ajax to obtain data

I hope to explain my best so that you can give me a little help: S I have the following JavaScript code: $.ajax({ url: "{{ route('comprobar') }}", method: 'get', dataType: 'json', success: function(respuesta) { console.log("información")...
asked by 10.11.2018 / 17:20
1
answer

Show contents of an XML file in HTML

I want to show the content of the XML file that I select in the form with an input, but it does not work for me. I have tried different ways and I do not give with the key; I tried to return the name of the file after being chosen and if it w...
asked by 08.11.2018 / 21:13
1
answer

Error retrieving variable in JQuery

When I set the date in #datetimepicker1 manually as in the code, it puts it right. But when I replace the date with the value of id , id is blank, and does not set. (the id of the item that was clicked on is a date of the style 20-1...
asked by 04.11.2018 / 16:47
3
answers

Hide date Datatime php 0000-00-00 00:00:00

I have the following product table idproducto numero_orden modelo tipo fecha fecha2 status resultado the "date" is which the product is registered and "date2" is when the product is delivered or modified, the problem is that when regi...
asked by 27.10.2018 / 03:55
3
answers

Load Iframe only when clicking

I have a website and I need to create a menu that by clicking on a button opens an html inside the html but I need to load it just by clicking it because it is very heavy for more images and if it loads everything would cost a lot of data to the...
asked by 29.10.2018 / 04:16
0
answers

ng-repeat with dynamic variable

I have an application in angular where I need to register N boxes and inside each box N documents. Through the ng-repeat directive of angular and a javascript function I have managed to create the N boxes, but not with the documents because when...
asked by 28.11.2018 / 03:31
1
answer

like putting buttons to an overflow

I have a div that contains images and has an overflow, it happens that by default the browser gives the scroll bar and I want it to have the buttons forward and back. as I have it: as I want it: How do I add the buttons?...
asked by 13.11.2018 / 01:00
0
answers

Structure an HTML calendar created with For cycle that repeats dates obtained from MySQL

The following code corresponds to a For cycle that fills a calendar made with HTML (see the following image). In this case, the events obtained by dates from the DB are shown. Those dates are doubled and try to fix it with an if but it ju...
asked by 07.10.2018 / 06:05
1
answer

HttpPost pass parameters of the view to the Controller in ASP.NET MVC?

Hello, what I need is to select a user's id and the date and I must upload the coordinates of that date in a Google Maps. Model public class RutaRastreoModel { public List<Error> Error { get; set; } public...
asked by 15.10.2018 / 20:00
1
answer

How to interact with an iframe

Good day, evenings or evenings, I have the doubt of whether it is possible to run functions from an iframe, the situation is the following, in my work we provide a chat service but the page where we attend the chats has 2 windows to attend the c...
asked by 09.10.2018 / 23:29