Questions tagged as 'jquery'

1
answer

Vertical menu with filter within the sub-menu

I would like to make a filter within the sub-menu, filtering the menu itself as you type is going to display the related ones. The idea would be similar to this link . At the end of my menu has the sub-menu called store or adm. Example:...
asked by 06.08.2015 / 18:55
1
answer

How to get a multidimensional checkbox clicked

I have a checkbox group and I need to get the checkbox that the user clicked, so I need to manipulate the others that are from the same group. <input type="checkbox" name="grupo[1][1][]" value="A" data-unique="0"> A <input type="check...
asked by 27.04.2015 / 15:45
1
answer

Help Jquery upload script

I'm developing a PHP system with uploading photos, and as I wanted a thumbnail of the photo before sending it to the database, I found the following Jquery function: jQuery(function($){ var fileDiv = document.getElementById("upload3");...
asked by 11.07.2015 / 00:44
1
answer

Get value from a radius in jquery cakephp

In my code I have a radio and would like to get the selected option in a variable in my jquery function. Button Input: <?php echo $this->Form->input('attendance_status_id', array( 'type' => 'radio',...
asked by 09.04.2015 / 23:14
1
answer

How to send message only to a user with WebSocket

I have a real-time chat application with Websocket , but at the moment it sends messages to the whole group, I would like to know how to send to a selected user, in the case when I click on user (from a list that appears next to it), he will st...
asked by 12.04.2015 / 23:44
3
answers

Problems between loop and ajax

Ajax for (j=0; j < cidade_nome.length; j++) { $.post('envia.php', {ano:ano, ano2:ano2, cidade: cidade_nome[j].value}, fnRetorno); } Function fnRetorno function fnRetorno(retorno) { teste.push(retorno); console.log(j);...
asked by 19.02.2015 / 17:08
1
answer

How to clear the parameter value to enter new values?

&fespecial=lanccontrucao&fespecial=novopronto Here is a parameter that persists when executing the code below: // $("#fe1").click(function(){ // $("#fe2").click(function(){ $("#fe3").click(function(){ var url = window.l...
asked by 23.02.2015 / 15:57
1
answer

Process multiple concurrent requests and store in DB

I am dealing with a new problem due to some new challenges that I prostrate ... I have developed a registration system and obviously in the future it may come to have more than 100 registrations per day or even per hour or second. Thinking ab...
asked by 22.02.2015 / 13:37
1
answer

FullCalendar duplicating record inserted in the database

I'm using fullCalendar to make an event log. But the following happens, if I click on a specific day a modal appears with form for me to save the data in the database, until then, it's okay to insert it into the database. But if I click o...
asked by 19.03.2015 / 18:57
1
answer

animate () does not work with href

Hello, I have a script that is a slideshow of images with a animate() to the top. works 100%. but if I add a <a href="#"> to the image. the effect for. can you help me? keep it running link     
asked by 04.12.2015 / 02:45