Questions tagged as 'javascript'

1
answer

How to display the CPF in several different places every X seconds on the video screen using HTML5?

Does anyone have any ideas or suggestions on how to make the CPF stay running every X seconds on the video screen using HTML5? <video width="320" height="240" controls> <source src="movie.mp4" type="video/mp4"> <source src...
asked by 15.02.2016 / 15:38
1
answer

Dropdown Twitter Bootstrap, being ignored in the Ajax request

Hello, Stack Over Flow community, I am trying to include pages via ajax , but when I click to open dropdown it is ignored and adds the page Index of WampServer how to proceed in these cases? Here I will put an ima...
asked by 13.02.2016 / 13:07
1
answer

Masonry - load it again after applying filters in the result

Next I have a page where I apply the masonry.js plugin on this page I have a content filter, the problem is the following when I open the page everything is ok I have two card columns with a x spacing between them after applying th...
asked by 27.01.2016 / 19:44
1
answer

Change transition and location of an action in jQuery

I recently found a code that has what I need. I am developing a page with 3 buttons, each of them shows a content (a div) when clicked. When I click the first button, as the div is displayed below, the other buttons are also pushed down. That...
asked by 28.01.2016 / 20:28
1
answer

register new users using Ionic and parse

I'm working on a hybrid app using ionic and parse. When I go to the terminal and use the command ionic serve , and then I try to create a new user or login, I can get no problem, ie, localhost is working. The problem is that when I d...
asked by 27.01.2016 / 16:44
1
answer

animate progress bar

I have this progress bar and need to send via javascript: document.querySelector('#progress').style.width = 10%; value for css animate: @-moz-keyframes progress { from { } to { width: 80% } } but I can not change the value .....
asked by 28.01.2016 / 15:57
1
answer

problem with "inspect element"

Friends; I'm developing an application and I have a manager where the database records are ready. The information is arranged in a table and I have a checkbox for selection of records that can be edited or deleted. This way: <input name=...
asked by 14.04.2016 / 00:58
1
answer

How to select a switch / case statement with each click on the button

I would like to make a list of A-Z . One detail, is based on breaking / dividing this list (gem) alphabet into parts: Although my difficulty is in, after being clicked on the button, the same bring the list like this: First click...
asked by 14.04.2016 / 02:38
1
answer

getOutputStream () error has already been called for this response

I have the following error in my application: getOutputStream () has already been called for this response. Ok, the code snippet that is causing this error is as follows: boolean hasLogoLogin = new BrandResourceDao().selectByTag(BrandRes...
asked by 08.03.2016 / 15:08
1
answer

Handling Parameters of Objects with Multiple Levels in Javascript

I am creating a service within an angular application where I use a Value to generate a kind of session. thinking about the scenario: angular.module("app.values", []) .value("a", { b : { c : { d: "joao"...
asked by 01.04.2016 / 17:40