Questions tagged as 'javascript'

1
answer

Multiple objects with canvas

I have not found a post yet .. so please send the link if you find one. With a huge problem, I am creating a game of those that the ball has to break squares on the screen and I have everything ready, except the squares to be broken. My pr...
asked by 27.08.2015 / 01:28
1
answer

Problems with DRAG and DROP using Redpis

I have an application that generates a gridView (ASP.NET) of information and in each column I can have 2 values. One of these values is the total working time (x) of a person for a specific date, and the other value is the working time (y) alrea...
asked by 26.08.2015 / 16:19
1
answer

Animation and Transition in CSS Together Do not Run

I am writing the code below and the part of transition is not working. The class .menu-fixed I apply via javascript. The animation when you open the site. The animation works, but when I apply the class containing transition...
asked by 07.08.2015 / 18:59
1
answer

Doubt with chrome debug

I have this code on my page: <iframe id="dialog1" class="ui-helper-hidden" style="width: 700px;display: inline"></iframe> But in chrome debugging, I have these values: <iframe id="dialog1" class="ui-helper-hidden ui-dialog-...
asked by 06.08.2015 / 16:49
0
answers

Horizontal scrolling on iPhone5 [closed]

The site opens perfectly on all devices, except on iPhone 4 and 5. In these they scroll horizontally, as if it were larger than the resolution. link So when it opens, the modal is not centralized! Is this a common problem on iPhone 5?...
asked by 06.08.2015 / 14:41
0
answers

How to create all the possibilities of a scheme with a loop?

For example, have A, B, and C trade places with each other, and then define how many and how many exchanges. ABC, ACB, BAC, BCA, CAB, CBA, etc. I want to do this with the for loop and I prefer Javascript, but it is not necessary to be in it, it...
asked by 16.07.2015 / 16:30
1
answer

How to edit theme.xml on Titanium?

I need to remove actionBar from my project and the best way I found it was to edit theme.xml. However, when I edit it, I can not save it and soon, my actionBar is still active. I tried to put the line of code (below) but when emulated, my window...
asked by 16.07.2015 / 18:54
1
answer

Wait for images to load to be shown

I would like to make a system that when the page is requested would show a GIF of load waiting for the images to load, as soon as they load the GIF it disappears and the images are shown. Does anyone know how to do this?     
asked by 06.09.2015 / 01:19
0
answers

Save select2 tags via post to php

Hello, I'd like to know how I can send POST with tags selected in select2 (version 4). My code works fine, but I can not send the result of the selected tags to the server php , so none of them is saved. The data...
asked by 06.09.2015 / 13:45
0
answers

PopUnder that opens every 20min per IP

I need a popunder for my site that opens every 20 min. I am using a code, but this only allows it to be opened 1 only once ... var tags = document.getElementsByTagName("a"); for (i = 0; i < tags.length; i++ ) { tags[i].onclick = function(...
asked by 07.09.2015 / 15:27