Questions tagged as 'javascript'

1
answer

How to show the route to follow in a web service?

I have been working with js and php, I have been asked to create a webservice where by means of AJAX ask for the coordinates to display them on a map with the Google API. All ready but I would like to know how to create a route to follow and...
asked by 18.07.2018 / 06:04
3
answers

Copy data from one form to another

I have 3 forms of 3 different employees, the forms are identical, sometimes they carry the same data in all three, is there any way that with javascript I can copy in the other two forms the information of the first to avoid filling the 3?     
asked by 25.07.2018 / 17:12
1
answer

Problem when including jQuery to HTML

The problem is simple but I do not see any solution, I include my jQuery in my HTML but I do not recognize it. html function prueba() { alert('alerta'); } <!DOCTYPE html> <html xmlns:th="http://www.thymeleaf.org" lang="e...
asked by 23.09.2018 / 17:46
1
answer

AutoCompleteFor field required

I have the following code: @Html.LabelFor(model => model.IdPuertoOrigen, "Puerto de Origen") @Html.AutocompleteFor(model => model.IdPuertoOrigen, model => model.PuertoOrigen_Descripcion, false, Url.Action("AutocompletePuertoSearch", "...
asked by 30.04.2018 / 17:31
1
answer

Javascript json to xlsx trello

I'm not an expert in javascript but I'm trying to modify an extension that takes the json that Trello exports and converts it to an excel format, the extension works great ... but I would like to also extract the date of each card , which accord...
asked by 17.04.2018 / 17:01
1
answer

Get value by clicking a button and display it in an input text html5 and geolocation of google maps

good morning I greet you. What happens is that I want to obtain the coordinates of google maps, by clicking on a button and that the information appears in an input type text file. This is my code: function getLocation(){ if(navigator.g...
asked by 27.08.2018 / 15:41
1
answer

Equivalent to the will-change style using the experimental JavaScript API Web Animations API

I've been reading the API documentation ( link ) and I've been looking Ways to use the equivalent of the will-change style ( link ) to improve the performance of the animations. I know that this style should be used very carefully but I am surpr...
asked by 03.09.2018 / 12:28
1
answer

Print ticket with JS or jQuery

I have a query system which prints a voucher with a query number and some additional information, all this is done with asp.net mvc 5 I had used PrintDocument () to print on the thermal printers of my clients but apparently The option of printin...
asked by 21.08.2018 / 20:22
1
answer

I need a button to always be in the same place with respect to a background image in HTML

I have an "x" image that I put in a "div" that covers the entire screen size in all resolutions. The question is that I have to place buttons on top of him and I need them to be in a certain place. Ex: The image has a "Menu" box to which I ha...
asked by 04.03.2018 / 03:31
1
answer

Open a Dialog () from a .JS file using a DropDownList

Hi, I am new programming and I would like to know if you can have an Dropdown list of asp that opens depending on the selection, a dialog () of jquery but that this dialog () is inside a common file .js I have a script that when placed direct...
asked by 27.11.2018 / 16:19