Questions tagged as 'javascript'

0
answers

Error with Google Maps

The problem I have is that I do not see my map of google maps on the screen you see something in gray background and my localhost loads me a little but only like 10%, I uploaded it to github but there you can not visualize, the project asks me f...
asked by 26.05.2018 / 03:14
0
answers

Ionic does not update the home.html view in phones but in console

I'm having a problem when I update the entries in wordpress and in my app it does not update them, but I see that the results of a method called gerRecentPosts, which should replace the current entries, for new ones, but in console, but in the h...
asked by 28.05.2018 / 21:41
0
answers

Extract Tweets Searchs-Tweets

This is the first time that I have consulted in this forum so I will try to be precise: The idea is to extract tweets from the internet: I have taken an internet example and it fails me. This is the script where I try to extract: $('docu...
asked by 25.05.2018 / 10:38
0
answers

Uncaught ReferenceError: AssignmentDetail is not defined at HTMLButtonElement.onclick

Could someone tell me why I get that error? I am using Laravel 5.6 and when trying to execute a function through the onclick event of an html button it does not run and in console I get the error Uncaught ReferenceError: AssignmentDetail is not...
asked by 25.05.2018 / 13:11
0
answers

help with this error: SyntaxError: JSON.parse: unexpected end of data at line 1 column 1 of the JSON data

help please I have javascript function through ajax send a query to the php server but I get the error mentioned in the title. javascript function: function buscaCliente(){ var opcion = $("#opcionBuscaC").val(); var variable=$('#variableBusca'...
asked by 25.05.2018 / 15:03
1
answer

Error: Uncaught SyntaxError: Unexpected identifier

Hello, I am so new to this JavaScript , I hope someone can help me, I am trying to import some modules that will help me to compress images but I get an error:    Uncaught SyntaxError: Unexpected identifier This is my code: impor...
asked by 24.05.2018 / 17:41
0
answers

How can I set a time for it to take effect?

I'm doing a virtual roulette, for which roulette already moves when I click on the image                 but there is no expiration time for which I put this code inside the javascript but it does not stop and it rotates and turns this.style.t...
asked by 24.05.2018 / 17:17
0
answers

get an image file with javascript and show it, then with a form send it to a folder

I want a <button type="button" onclick="subir_imagen();"><i class="icon-image"></i></button> send me a funccion(); , then save it in a folder and show it on a <img></img> tag. How can I do...
asked by 24.05.2018 / 03:48
1
answer

How to call a java method from a button in jsp, help please!

Hello good afternoon friends, I hope and they are well, previously I had already asked in another occasion and because here I will write it again not to cause confusion, I have this java code that later I put it in a method that I did public...
asked by 30.05.2018 / 17:33
0
answers

Dynamically load editor tinymce 4

I have been with this problem for several days and I want to load it through the get function of jquery in the following way. $('.panel-group').on('click','.notification',function(){ var Form = $(this).data('form'); var Content = $(thi...
asked by 30.05.2018 / 16:40