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:...
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...
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");...
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',...
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...
&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...
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...
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...
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