Questions tagged as 'javascript'

1
answer

Chart.js ignores configurations

I have the following code var ctx = document.getElementById('myChart').getContext("2d"); var chart = new Chart(ctx, { type: 'horizontalBar', data: { labels:['uno','dos','tres','cuatro','cinco','seis','...
asked by 26.09.2018 / 23:57
0
answers

How to optimize geocoding of google maps so as not to exceed the quota of request limit?

Greetings and good afternoon. I am in the development of a project that through Google's geocoding service we locate the person and give him different actions (depending on the city where you are), however. a few hours after having turned on...
asked by 03.10.2018 / 21:39
2
answers

Identify visible element [duplicate]

My problem is that I need a property or something to be able to know if an element (div) is visible in the scroll window and in the same way is not hidden     
asked by 27.09.2018 / 05:32
0
answers

Save and view data with TinyMCE and Laravel 5.5

I have been working on saving the data that I entered in a textarea with TinyMCE this is my textarea <form class="form-horizontal" method="POST" action="{{ route('dgc.vwexpedientes_assign.actualizar_dictamen', $dictamen_t->id) }}">...
asked by 02.10.2018 / 17:53
0
answers

How to implement a dialog in html?

Hello good afternoon, I am making a website made with html php and mysql I currently set the title attribute of some HTML if I want to provide more information but when I'm going to show it on an ipad you can not show someone would help me solve...
asked by 02.10.2018 / 20:32
1
answer

Problem with dynamic table in react

I am new to react and I am creating my first crud application with Mysql / react / express js. My problem is that I can not render the body of the table because the data that I am receiving apparently I am not storing it well. The data I g...
asked by 02.10.2018 / 20:14
0
answers

Error in a select that depends on another

Hello good morning friends I try to implant this code to this but the val.idpre I do not know how it would go there would help me to see how to implant it porfa link < - this is the one I want to fix someone could you help me:) f...
asked by 25.09.2018 / 15:02
0
answers

JS decimal truncation function

I am using the following function to truncate a number that entered a textbox to 10 decimals but these are printed to me. What I want to do is just let me write up to 10 decimals or less, but do not print them automatically, how can I do...
asked by 25.09.2018 / 17:43
3
answers

Field input text stands out from the form

By implementing modal login to my page the elements of the Modal form overflow The code is based on these two links and what I want is the union of both in my page      link      link // Get the modal var modal = document.getElementBy...
asked by 25.09.2018 / 18:26
1
answer

align columns of a HTML select

I'm doing a web form, I try to emulate a listbox, with the html select, the data pulls, but the problem is to show the content of the data obtained, after going through html, css, php, json, js, sql server and other herbs , I get the code to...
asked by 25.09.2018 / 16:57