Questions tagged as 'html5'

0
answers

reload audio src with jquery

What I want to do is a game to guess the song, they are from TV series. I have it done in the following way: -The user enters and in the body I have put the HTML5 tag: <audio controls> <source src="audios/XXXX.mp3" type="...
asked by 19.05.2017 / 10:35
1
answer

Active class is reset

In the following very simple Script. Why, after switching to Active and coloring it of the desired color, once the view has been loaded, is the asset reset to the active item by Default? what will be happening. HTML <div class="list-grou...
asked by 23.05.2017 / 00:00
1
answer

icons with fontawesome do not load css styles in android browsers

I have these icons that look good on PC but Android does not take styles. also an image in parallax does not appear and the menu does not appear, I'm using modernizr and I do not know if the error is here or in js .... the console tells me th...
asked by 08.06.2017 / 21:40
0
answers

Change style with JS from visibility: hidden to visibility: visible - Problem

Hi, I have a webapp that connects to an API and pulls out a series of data. That's right, everything works. The problem comes when I put all the divs (or the majority) in visibility: hidden with the intention of making them visible once a...
asked by 14.05.2017 / 12:16
1
answer

Hide Adobe Animate objects by variable, from EaselJS

I'm starting with EaselJS, Animate and HTML5 and I can not find a way to hide a series of stage objects with names with sequential numbering: obj01, obj02, obj03 ... for (hhh = 1; hhh < 10; hhh++) { this["obj0"+hhh].visible = fal...
asked by 17.05.2017 / 14:24
1
answer

Add input data to a table using jquery

Hi, I'm trying to add data from a form to a table, but when I click the add button, I capture the values at zero. The code is as follows:                     Pay                                                                                 ...
asked by 05.05.2017 / 15:01
3
answers

Compatibility problem with box-shadow

The shadow of div is displayed differently in safari and chrome. Do I need some type of prefix? I have given it many laps and I can not find the solution so that the shadow is also displayed in the other browsers. HTML: <articl...
asked by 28.04.2017 / 19:23
0
answers

Error importing sass partials with gulp

I hope you understand me and can help me, I have that structure in a project I'm working with Gulp, gulp-sass, browser-Sync; it is assumed that sass the document says that you can create partials by adding the underline so that you can import bu...
asked by 29.04.2017 / 02:11
1
answer

Problem with slider and the SetInterval

Good, I hope you can help me with this little problem I'm trying to make a slider with jquery and js, it turns out that when you give the images a timer (setinterval) and its effect FadeOut and FadeIn, everything works perfect, but something...
asked by 03.05.2017 / 21:01
1
answer

Open PDF hosted on the phone with PhoneGap

I have several PDFs on my device for the application I'm designing, I tried it with the plugin inAppBrowser and the event window.open but it did not work. My code now is like this: <a href="#" window.open('pdf/visitas/Lista...
asked by 21.04.2017 / 10:21