Questions tagged as 'jquery'

2
answers

jQuery Toggle animation

I'm trying to make an animation that behaves like a toggle. What I want is that with the click event on #admin > p , it deflects to the left while the #admin > form, #btn slideUp returns to the original position (css) when...
asked by 26.02.2014 / 20:08
1
answer

How to add and remove classes when clicking on an SVG path?

I'm working with a map of Brazil in SVG, and I need when I click on a state, it adds the "active" class and removes the "active" class from the others. It also has the function of adding the state name to an input. Example: <path id="San...
asked by 04.03.2014 / 14:17
1
answer

How to display registered values in one Google Drive worksheet in another through query by JS

I have a table in Google Drive and I want to use Scripts to do what I want to stay in a more dynamic way. On Page2, I have the "Result", "Delay" and "Arrival" fields with their results filled out below, I want to create a page on Page1 in a f...
asked by 25.02.2014 / 15:23
2
answers

How to use Jquery Custom Scrollbar on elements with display: none

It does not mount the scroll bar on elements that are with "display: none". Does anyone know how to solve it? Here the scrollbar plugin     
asked by 28.02.2014 / 19:07
2
answers

Why does the script not only accept the letter F?

I made a regular expression to accept values from 0.0 to 10.0 and the letter F and with it I'm having problems, it ends up denying in the msg of AddMethod () itself. <html> <head> <script src="jquery-2.0.3.js" type...
asked by 27.02.2014 / 21:22
1
answer

Plupload - refresh the page

It's this: I'm working on an online platform for the company I work for. On this platform I use Plupload to upload images. It's all working fine except for one part. After the images are uploaded (100%), I want the page to be updated, a...
asked by 31.01.2014 / 02:37
2
answers

How to fix table column in an accessible way?

I have a table with several columns and I need the first column to be fixed in the table . However, all of the "ready" solutions I found solve by creating two tables, which is inaccessible. I need the result exactly as this plugin link doe...
asked by 06.02.2014 / 16:39
1
answer

AJax Problem When Trying to Use Data in Later Functions

I'm trying to get the data in the BuscaCabeca and BuscaBraco functions, it's returning the data all right, but when I try to use the data created cabeca and braco it gets undefined, what am I doing wrong. $(document)...
asked by 14.11.2018 / 22:06
1
answer

Open modal popup in another .cshtml file

File.cshtml is found as follows: <html> <head></head> <body> <!-- Nesta div pretendo abrir minha popup --> <div id="popup"></div> <!-- Com este link pretendo acionar a abertura da popup...
asked by 17.10.2014 / 14:18
1
answer

Find out which Primefaces component performed an action using jQuery function

I want to make a refactoring in my code, and for this I need to get the id of a component that has undergone an action. My target would be that I have two datatables , and wanted to get id from them and from id defi...
asked by 08.10.2014 / 20:11