Questions tagged as 'javascript'

1
answer

progress bar does not show javascript video

Hello I was following a tutorial but the progress bar does not appear, these are the worksheets, in the "clicking" function where I put "loop = setInterval (state, 1000);" is where you should show the video progress bar but nothing happens.  ...
asked by 23.11.2017 / 01:09
1
answer

Post php and javascript

Good afternoon. The case is currently as follows. My javascript application with angular will receive a post from a php application, for this I am asked for a url. That url has a similar format: link , however, upon receiving the post, an er...
asked by 17.08.2017 / 18:03
1
answer

Error Receiving data from an API in javascript

I have a problem, I am receiving the data from an API and to be able to graph, the problem that I have is that I receive all the data and when it is updated the other data are added, that is, the last 20 are plotted, plus the 20 recent, and I ju...
asked by 23.08.2017 / 18:11
1
answer

navbar looks different in Chrome and Firefox

I develop a Responsive web app with Bootstrap and it is displayed differently in Chrome; I tested in IExplorer and Mozilla and it looks correctly, I checked for errors in Chrome with Alt + Shift + I and it does not show any <div class...
asked by 23.08.2017 / 16:53
2
answers

How to use a variable in getElementById (AJAX & PHP) [closed]

The code is a function in AJAX that receives from a PHP page 2 variables: id and nombrediv . nombrediv is the id of the div where I want to show the result of the ajax function, but it does not work. Can this be done?:...
asked by 14.08.2017 / 08:50
2
answers

Doubt with CSS and screen margins

I have a js file that I load on each project page and that analyzes the resolution of the screen. if ($(window).width() > 1024) { //Aqui cargara una hoja de estilos para resoluciones mayores a 1024 document.write('<link rel="stylesheet"...
asked by 14.08.2017 / 17:40
1
answer

Problem loading a string with a lot of information in javascript

I create a connection to a mysql database in php and load a variable with information from a field in a bd table, my problem is that when loading a lot of information I can not work with this variable using javascript include("Conexion.php");...
asked by 12.08.2017 / 19:06
1
answer

Fit borders in HTML

In my program: $(document).ready(function(){ var $lista1 = $('#lista1'), $lista2 = $('#lista2'); // lista 1 $('li',$lista1).draggable({ revert: 'invalid', helper: 'clone', cursor: 'move' }); $lista1.droppable({...
asked by 08.08.2017 / 20:37
1
answer

Move data from one list to another [closed]

I want to know of an example where two unordered lists <ul> can transport their data from one to another. For example: Suppose we have the lista uno and lista dos , each with different data. I want all the data that...
asked by 07.08.2017 / 22:34
1
answer

Header always visible in responsive table [closed]

I am working on a web application which handles a large amount of data, when downloading that data on a table as there are too many opted to page them. The paging was done with 1000 records per page so it is imminent that the vertical scroll...
asked by 04.08.2017 / 03:27