Questions tagged as 'javascript'

0
answers

Store video session within session or php cookie

How do I store the time of viewing a video (html5) in a session or cookie with php? The idea is to create a mini video platform, and store the runtime inside a session | cookie, and when the user sees it again, start from where it left off....
asked by 01.04.2016 / 19:09
1
answer

Function to return the levels of an object in Javascript

I'm creating an app with AngularJS where I need to do a "mapping" of the system folder structure, so when it is necessary to make some changes in the structure I only change this file and not the entire system. To do this, I thought about put...
asked by 04.04.2016 / 16:49
0
answers

Form (I divide in 6 steps) and I need a drag and drop of images in one of the steps

I am developing a WEB page where the user has to fill out the form and then at the end send me all the information so that my company can budget for his request. The form is divided into 6 steps: 1º - Some information of the company; 2º - T...
asked by 01.04.2016 / 13:53
1
answer

How to create Prev and Next buttons

Hello, I'm trying to create a photo gallery with FancyBox that I downloaded and I would like to insert the Next and Back buttons but to go through 04 images with a single click. I'm attaching this address ( link ) for friends to check out what I...
asked by 08.05.2016 / 18:59
2
answers

Reload in Table HTML

Good afternoon. I have a table that loads some HTML stuff. I would like to reload it when deleting a device from the table. I have the following JavaScript function in my page. This function is in the delete button's onClick event. function re...
asked by 24.03.2016 / 19:22
0
answers

Error Deploying Label on api google maps

Hello everyone, I'm not very knowledgeable about java script and I need a help, how to deploy a code in google maps api to create a label at each point. Below I am putting my code and if someone can help me to inform me what I am doing wrong (Th...
asked by 25.03.2016 / 23:33
2
answers

Open different DIVs through links

Hello, I have the following SCRIPT below. It opens the DIV that is with display: none; but I will have a list of links to open new DIV's and I do not want to be creating new functions to open each DIV. How could I solve this? HTML <...
asked by 24.03.2016 / 20:08
1
answer

Chart.js with Angular using ng-include. Charts do not appear

Hello. In my index.html I have this <div ng-include="'graficos.html'"> </div> In graficost.html I have this: <div class="row"> <div class="col-md-6 col-sm-6 col-xs-12"> <di...
asked by 20.05.2016 / 16:23
0
answers

Problem with label on charts in ChartJS

I'm using ChartJs and StackedBar to create some charts, but ChartJs does not have the option to put their values on top of the bars, so I've implemented the following solution: onAnimationComplete: function() { var ctx = this.chart...
asked by 11.04.2016 / 22:07
0
answers

Carousel page effect

I'm trying to do one thing at a job but I can not do anything. I need to do the following image: Thepartofthe"and so we recommend" is retrieved via json file and displayed on the screen, there is also this paging that I saw that is done by b...
asked by 10.04.2016 / 21:17