Questions tagged as 'jquery'

1
answer

Using JQuery DataTable with CakePHP?

I'm trying to use JQuery's DataTable server-side with CakePHP but I'm not getting it. I'm looking for some example for this but I have not found it yet. When executing the JQuery of DataTable it returns an error: Uncaught TypeError: Cannot re...
asked by 11.10.2015 / 09:27
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
2
answers

Help with jquery autocomplete

I'm using jquery autocomplete, link . But I'm having the following problem: In the first line of select you would like the famous "Escolha abaixo uma opção" <option value="">Escolha abaixo uma opção</option> Or, in th...
asked by 26.09.2015 / 14:07
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
0
answers

jquery combobox with cakephp 2x

With the code similar to what jquery ui offers, I'm testing this combobox in my cakephp, the problem is that in no way does it show the set to enable the dropdown menu, already download jquery ui with the images folder, and it still did not work...
asked by 24.11.2015 / 17:17
0
answers

Tinymce - responsive file manager: error undefined "defaultView" in jQ version 1.6

When I try to insert a file it does not open the file management window and the error: Uncaught TypeError: Can not read property 'defaultView' of undefined Itriedtorunitwithjquery2.1.4butitdoesnotacceptinsidenoConflict()structureuses:<sc...
asked by 23.11.2015 / 20:01
1
answer

What is the jQuery Event.namespace

In jQuery documentation , we have the explanation of event.namespace . This allows you to use a jQuery specific event (or create a specific event) with a namespace, through a . point and a name in front of that event. Example...
asked by 23.09.2015 / 14:15
1
answer

Popular second select after selecting the first select [closed]

Good evening! I want to populate the second select with the data depending on the first select, I have the following code View $(document).ready(function(){ $("#relatorio").change(function(){ $.ajax({ type: "POST",...
asked by 24.09.2015 / 03:57