Questions tagged as 'javascript'

0
answers

Ordering with directionsService - google maps

I have a problem with the ordering of local google maps. I have an array of latitude objects to be sent: waypoints = [ location:{ lat: -8.116597, lng: -79.0347417 }, location:{ lat: -8.120997, lng: -79.038355 }, location:{ lat: -8.120151...
asked by 18.04.2018 / 17:04
0
answers

Receive an image in Spring-mvc

I'm trying to get an image on my controller in Spring -mvc and I do not know what kind of data I should put @Controller @RequestMapping("/image") public @ResponseBody String RecibeImagen(String datos) { The thing is, I do not know how t...
asked by 18.04.2018 / 18:07
0
answers

How can I make the dragging of a file to a node of a jstree recognize the node to which it is dragged?

I have the jstree plugin implemented and I read all the documentation but apparently there is not an event that I hear when I drag a file to the node of the plugin I would like to know if someone has any solution     
asked by 18.04.2018 / 16:27
0
answers

How to generate dates with json?

Good morning, working with this calendar there is a part where you color a few days , then change the code in the dataSource: dataSource: [ { url : 'calendario/dataSource.jsp',...
asked by 17.04.2018 / 16:26
0
answers

how to use JSON in Google chart?

I am using a bootstrap table from which I generate Json with $('#table').bootstrapTable('getData') and to go to google chart var data = new google.visualization.dataTable($('#table').bootstrapTable('getData')); but it gives this...
asked by 17.04.2018 / 16:45
2
answers

Ajax with codeigniter

I am trying to perform a function that sends data in a php file with ajax with the following code: function buscar(){ var texto = $("#search").val(); var pagina = $("#pagina").val(); var datos_formulario = "texto="+texto+"&pagina...
asked by 17.04.2018 / 14:50
1
answer

Aria Tag Datatables

I have a problem with a table where I need to sort each one by its specific column. Here is the table <div class="container-fluid container-fullw padding-bottom-10 scroll-tabla"> <div class="row"> <table class="table table-s...
asked by 17.04.2018 / 10:02
1
answer

Did you fail to declare this variable?

Good day I want to declare this but it turns out that the date type is ambiguous to which this error should be generated? Ha tenido lugar un error en la línea: [43] The type Date is ambiguous 40: mes=Integer.parseInt(fecha.substrin...
asked by 16.04.2018 / 20:58
1
answer

How to display data correctly using php from a .js file

Hello Friends I have the following code: // Infobox Output function locationData(locationURL, locationImg, locationTitle, locationAddress, locationRating, locationRatingCounter) { return ('' + '<a href=...
asked by 26.04.2018 / 14:48
1
answer

JavaScript function with parameters does not respond

I have an aspx page with this carousel of images that are buttons at the same time: <div id="carousel"> <figure><asp:ImageButton id="puzzle1" ImageUrl="~/images/puzzle1.jpg" class="img-rounded img-responsive im...
asked by 26.04.2018 / 15:34