Questions tagged as 'javascript'

0
answers

Google Opt-Out-Cookie by javascript

Well, I explain, I use wordpress as the basis of development and the editor has a small problem, when you enter a script entry and you give visual, it deletes the script you have tried to insert. The problem is that I need to put this in <a...
asked by 18.12.2018 / 08:53
0
answers

How to conjugate Columns of Graphics other than HighCharts

What I have are these two graphics: which I want to conjugate, in this case what I'm looking for is that when clicking on a column, as shown in the graph: make other values appear in the other graph. I have found how to change...
asked by 18.12.2018 / 03:09
1
answer

Script does not code utf8

I'm trying to send a parameter by url from javascript, and that parameter has accents. I try to encode to utf8 and then I code the url but apparently, it does not do it as it should (excuse foolishness but avoiding tildes is not an option). ec...
asked by 18.12.2018 / 06:08
0
answers

Create a rotating random currency in JS, HTML and CSS

I am trying to create a coin of chance (heads or tails) that rotates before giving me the random result, I have the following code of js that creates the elements and assigns the corresponding div the function giroVoneda, in the public folder I...
asked by 11.12.2018 / 14:29
0
answers

"Prev", "Next" buttons in datepicker are not visible

I have a datepicker in which the arrows to navigate between months can not be seen, although if I pass the mouse it shows me the title but the arrow is not visible. $('.date').datepicker({ dateFormat: 'dd-mm-yy', changeMonth: tr...
asked by 11.12.2018 / 14:41
1
answer

Problem sending data to the controller from jquery ajax

I try to send a parameter to the controller from jquery using an ajax call and by POST. I get an error 500.    Failed to load resource: the server responded to a status of 500 (Internal Server Error) My controller's code is this: [Autho...
asked by 10.12.2018 / 10:54
0
answers

problems with plupload

I have a problem with the ui widget from plupload, my javascript is: $("#uploader").plupload({ // General settings runtimes : 'html5,flash,silverlight,html4', url : "upload.php", // Maximum file size max_file_size : '20mb'...
asked by 19.12.2018 / 15:12
0
answers

I want to make an order by child but it does not work with firebase

my javascript var referencia = database.ref("news").orderByChild("fecha"); var news = {}; referencia.once('value') .then(function (snapshot) { news = snapshot.val(); console.log(news); var newsBlog = document.getE...
asked by 19.12.2018 / 15:23
0
answers

How to send an image to a php file

I have a problem sending an image to a php file. To start I have a page with a <form> where I send different data to my php file and then upload them to a database. With this I have no problem. The problem arises when I also w...
asked by 19.12.2018 / 14:58
1
answer

Remove remaining decimals in TD

<div class="row-fluid"> <div class="span12"style="overflow-y:auto;"> <h1 class="text-center" style="margin-bottom:1em;"><strong>Porcentaje Personal Capacitado</strong></h1> <table id="lista" class="t...
asked by 19.12.2018 / 15:26