Questions tagged as 'javascript'

0
answers

Add text to a geometric figure THREE JS

I have this function where I create a sphere but to that area I would like to put a text but that is specific to the sphere function init(){ //Creation de contructor Render.setSize(800,600); //Add render in Div var re = document.getEle...
asked by 27.02.2018 / 16:28
0
answers

do autoscroll with a div in javascript

I am creating a autoscroll that shows the news description. The news is changing with a minimum interval of 10 seconds. I have a div element with overflow: hidden and when the text exceeds the size of this div the autoscroll is activated and it...
asked by 24.02.2018 / 23:42
2
answers

javascript conditions and storage in variables

good afternoon I have a question as I can do to save the format of one hour in a variable I mean I have the following function: eventClick: function(event, jsEvent, view){ //creo un evento para extraer los datos de la base de dato y mostrarlos...
asked by 01.03.2018 / 19:14
0
answers

Help with dynamic select

Hi, I'm doing a dynamic selection with php and mysql I found an example but it was not in mvc so I tried to change some things like the address where my controller is but it stays in a loop and does not show me anything in the select Este es m...
asked by 01.03.2018 / 18:31
1
answer

Create URL with .NET MVC Resource Files?

Basically in my RouteConfig.cs I am trying to map a route that varies depending on the current browser language. What I'm trying to get to is a dynamic path like: /books-with-description/ /libros-con-descripcion/ these strings are const...
asked by 23.02.2018 / 14:55
0
answers

How to pass a javascript variable to a function in php?

Some of the variables already exist and have content in php but others I am capturing with javascript and I need to send all that to another php file. include("functions.php"); <?php $id_documento = "1"; $fecha_final = "2018-09...
asked by 21.02.2018 / 17:05
0
answers

implement themes for highcharts graphics

I have a total of 7 elaborate bar graphs and those graphs I want to put the same theme, but when I do I switch to lines and I do not want that, I would like to please help me, here I leave one of the many codes to generate the graphics functio...
asked by 21.02.2018 / 20:51
1
answer

download a file directly with javascript? [duplicate]

Hello, I am trying to get the photo directly when I visit one of my pages with photos. But when I do it does not work. Try many things but it did not work. Could someone explain to me how I can do to download my photo directly? The code...
asked by 23.02.2018 / 13:46
0
answers

Pass numeric data to a highcharts chart with laravel

I'm sending a json via javascript and I send them to the laravel driver, all right up there but when I go back to elaborate the graphic in the lower part it shows me some numbers but not the dates and I do not know what I have to do to show me t...
asked by 23.02.2018 / 13:45
0
answers

Can I, with the Facebook Graph API, take a random profile photo from my friends list?

Could it be that this can not be done because of privacy issues? It seems weird because just the profile picture can be seen by any Facebook user. Thanks!     
asked by 21.02.2018 / 02:26