Questions tagged as 'javascript'

0
answers

How can I rotate a marker in here maps with javascript?

Normally, I add a marker but I do not know how to rotate it var icon = new H.map.Icon('assets/images/ubic.png'); var myMarker = new H.map.Marker({ lat: 10.123123, lng: -73.123123 }, { icon: icon }); map.addObject(myMarker); map.set...
asked by 26.11.2018 / 14:27
1
answer

Show JSON in table with js from php

I want to show the data I receive from a query made in a php file, in an html with a table, sounds simple, but I need to group by one of the fields that I have in the json. The thing would be, I have this json: [{"id_order":"1","id_order_st...
asked by 28.11.2018 / 12:13
2
answers

Separate sequences when a value is repeated - Javascript

We want to make a program that receives a sequence of integers, the first of which will indicate the number of numbers to be read, and order the sequences. When we find a sequence we will order, from least to greatest, all the elements belong...
asked by 27.11.2018 / 01:46
0
answers

Oneclick responsive menu event when a link is clicked

Very good everyone, I have the following hamburger menu var hamburger = document.querySelector(".hamburg"); hamburger.onclick = function () { this.classList.toggle("checked"); } input#hamburg { display: none }...
asked by 28.11.2018 / 07:52
1
answer

Problems with click jquery event when resizing screen

It turns out that I have this problem If you notice when I give the mouse menu to the submenu, all the nav disproportions. But when I open the page for the first time it works well. The problem is when I first open mobile mode and I...
asked by 27.11.2018 / 01:58
0
answers

how to use Polymer Cli and PHP together

Greetings to all. A few weeks ago I started to explore, learn and use Polymer 3.x, I really like everything, but I have this GREAT doubt about how to use Polymer Cli during development, in conjunction with Xampp / Apache / PHP for the ajax re...
asked by 27.11.2018 / 03:06
1
answer

Promises with NodeJS

I have an array of stores which by promises I try to obtain the schedule of each, but in some cases I get the following error:    UnhandledPromiseRejectionWarning: TypeError: Can not read property   'length' of undefined       at control_home...
asked by 26.11.2018 / 03:34
1
answer

How to execute a function written in php that receives data from text boxes from a button in another form

I have searched for a number of pages and I almost have the correct answer, but something is missing: what happens is that I execute a function (Save ()) on a page (register_client.php), now, what I want to do is that on my other page (client.ph...
asked by 27.11.2018 / 02:30
0
answers

How to show records in a table when clicking?

I have this graphic that you see in the attached image, I need to make that when I click for example in Peru I bring in a table the successful as well as not successful I am using the Highcharts library This is the code I'm using...
asked by 26.11.2018 / 13:08
0
answers

Problems with bootstrap table headers 3

I have a table created with boostrap 3 and used datatable to have the data better organized and be able to search more easily. The problem that is presenting the table is that the titles are not well aligned as the size of the device is getting...
asked by 24.11.2018 / 02:16