Questions tagged as 'javascript'

0
answers

Script does not continue execution

I am making a script that collects student data that is displayed only on an HTML page. Tags are not identified by id , and I had to collapse everything in a very poor way (searching for the <strong> tag for example). However, a...
asked by 29.11.2015 / 17:54
2
answers

Problem in request with jQuery ($ .ajax) and Angular ($ http)

I'm trying to get some data from an API in the quickest and most direct way. Using Postman I get this easily just by giving a GET in the url ( link ), so I get: { "error": 0, "grupos": [ { "Titulo": "A inteligência emocional do s...
asked by 30.11.2015 / 20:33
0
answers

Wheel of Life Chart [closed]

I'm looking for a tutorial, plug in JQuery or code for a Graph in the "Wheel of Life" format, as in the image below. There will be no animation, but the data will be dynamic, coming from a PHP / MySQL application. Eachareaisdividedinto10piec...
asked by 27.10.2015 / 14:28
1
answer

Stop settimeOut Javascript

I'm doing a function to check a certain iteration and if it goes from x I pause the contactor, but it is not working, it continues to pop up alert window, follow my example below? function verificaComplet(tam, page){ var tentativas = 0, ma...
asked by 29.10.2015 / 14:07
0
answers

IIS prevents loading some javascript and style

I have an HTML page that I'm doing some testing. Without IIS, it works normally, but when I call through IIS, it starts the problems: 1) The General style goes up (% with%), but when I put a style in an element, like button ( viewer.css...
asked by 28.10.2015 / 10:12
0
answers

Horizontal scrolling using Swipe, Touch or Drag

I have 4 tables of information, and I would like to do a swipeleft or right , the same in order to change to the next table or above. Example: link My current HTML and CSS code: link Explanation of fiddle : It shows...
asked by 27.10.2015 / 15:41
2
answers

Add additional column in line

I have a Slider in my project where I have a large image displaying the image of the current slider, and soon after its right side, a column that contains several miniatures in the form of squares with the slide switching function, as you can se...
asked by 25.09.2015 / 22:47
0
answers

NetworkError: 500 Internal Server Error

I have a code that forms the user's profile screen. On the side of the name it has the edit option, which when clicked opens an inline edit ( form-x-editable.html ). Even in that part it is working normally, but clicking to save it gives the err...
asked by 25.09.2015 / 14:36
0
answers

Current Location does not work with MapModule

Using Appcelerator, starting a new project and need to place my current location on the map, but I can not place it. I can only put a fixed point. Here are my codes below: /Resources/ui/controller/geolocation.js: var points = []; Titaniu...
asked by 24.11.2015 / 22:54
1
answer

Update DIV content [duplicate]

Is it possible to update the contents of a DIV? I have a DIV in which I get data present in the browser cookies and I make a foreach for listing the items of the cookies showing them to the user. On that same page I have a button that when I c...
asked by 25.11.2015 / 13:29