Questions tagged as 'javascript'

0
answers

Is it possible to use local files for this Javascript library?

I am using 3 scripts to create a graph line chart using graphael. I used the online script. The problem is that I want to use it without access to external files. <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/ra...
asked by 21.05.2015 / 11:59
0
answers

Zoom In graphael

I'm using graphael to create line charts. I want to create a zoom, that is, I have the array and I want the values between -20 and 30. Since my values are between 20 and 25 on the y-axis, I want to add between -20 and 30 and recalculate t...
asked by 21.05.2015 / 11:38
0
answers

How to use requireFailure in Hammer.js?

I'm not exactly sure how to set the element on which to apply my function in the Hammer.js frame. There in the API itself is passed the following syntax: var horizontal = new Hammer.Pan({ event: 'panh', direction: Hammer.DIRECTION_HORI...
asked by 18.06.2015 / 01:29
0
answers

Do not let the scroll stay in the middle, stay in one element or another

Before long I wanted to apologize for the title of the question, I could not find a better way to explain it. What I want is a 'normal' page, which has for example: 5 sections, I wanted the scroll not to see half of one and half of another, ie a...
asked by 20.06.2015 / 12:23
0
answers

Animate () only works on the first transition

I'm creating an infinite carousel that should be animated between transitions, but the .animate() event only works on the first transition, the rest is completely static, with no animation. Code: var next = function(){ var left =...
asked by 01.07.2015 / 07:01
0
answers

Problem loading tag content in codebin

I am doing a javascript to play the result of a query on a tag, but the query does not appear in tag . I'm on the same page and calling the function by codebehide. function preenche_tit(tit_num_ptd, hea_end_ptd) { self.opener.END...
asked by 01.07.2015 / 17:03
0
answers

How to pull login data to Parse.com with Javascript?

I am not able to pull the login data from the form HTML , I need these values go to the code JavaScript , I already have the user in database and also the APIs Keys , I was able to create the user with a example of the p...
asked by 03.06.2015 / 08:05
1
answer

Problems with javascripts files inserted in Masterpage

I can not use a javascript tag contained in a file that is inserted in a MasterPage. Where can I go wrong? Follow the MasterPage tag <head runat="server"> <title></title> <link href="Content/css/bootstrap.css"...
asked by 26.06.2015 / 16:54
1
answer

Rotary Iframe in JavaScript

I would like to fix the following script to stay the way I need it. <html> <head> <script> function randomIframe(obj){ var ends = new Array(); ends[0] = "http://www.terra.com.br"; ends[1] = "http://www.uol.com.br"; ends[2]...
asked by 26.06.2015 / 15:35
0
answers

Update the front end

Back end when I submit it only changes me in the database and not in the front end . What can I do? This is my code to insert new information into the front end : <?php include "../../include/definitions.inc.php"; include "$dir_site_a...
asked by 27.06.2015 / 17:11