Questions tagged as 'jquery'

1
answer

How to send multiple variables to another page and return in a div (JQuery)?

I'm trying to send data from one form to another page, and bring a graphic of it in a div with id="return", which is below the form. The form has the code, data1, data2, and store, but it appears that the variables are not being sent correctl...
asked by 01.06.2016 / 13:15
0
answers

How to make a tab control navigate open by my software with JavaScript and localStorage? [closed]

My question is how to do a tab control, open from browsing my software, with JavaScript and localStorage? For various reasons that does not come to the case my web software works with the opening of new browser tabs to each functionality that th...
asked by 11.03.2016 / 21:01
0
answers

Image Dimension Validation with jQuery Validation

Even though I select an image in the correct dimensions it is giving me an error alert that I am not selecting an image in the right dimensions. How do I return this function to not get into the error? jQuery $.validator.addMethod("valid...
asked by 29.03.2016 / 13:58
0
answers

How to make slideshow rotate when the "new tab" tab is open?

I'm trying to make a slideshow script run every time a new tab opens in Google Chrome. I need to do the following execution: 1-Make a slideshow script run 10 images [here I put only 3], in fade, every time the user opens a new tab. Problem...
asked by 01.12.2015 / 06:31
3
answers

Effect on jQuery [closed]

How to make an effect in jQuery, that when using the SCROLL the divs and the elements appear in fadeIn, like in that site: link     
asked by 29.01.2014 / 19:01
0
answers

JQuery validate, some CPF numbers are not being accepted

I'm using JQuery validate + a "complement" code for CPF validation, but some CPF's are not being accepted, I've tested the numbers on other systems and it worked, but my system is not rolling. Follow the validation code. function isCnpj(cnpj...
asked by 04.04.2016 / 16:44
1
answer

Javascript - Combination of variables - Filter

I need a tip. I'm not a programmer, but I like to take risks by automating processes, I'm sorry if the question is too basic. I'm working with Google Maps API , and at some point I need to do a filter to target the contents of my InfoWin...
asked by 04.02.2016 / 15:05
2
answers

How to invoke methods directly in HTML elements in jQuery?

In javascript I can invoke methods normally, but when I use jQuery, it does not work. For example: <a href="#" onclick="meuMetodo()"> Link </a> In javascript methods work like this, but not in jQuery. Explaining better:...
asked by 02.12.2015 / 22:30
1
answer

How to add a new node in an XML with jQuery?

How can I add, with jQuery, a new <nota ordem="4"> node with the default nodes that are in the example I'm showing in the XML file below (name, date, unit, reference and text)? I wanted to add after note order 3 a note order 4....
asked by 10.12.2015 / 12:51
0
answers

JS error for PieChart NVD3, I can not identify the problem

After updating the version from nv.d3.min.js to version 1.8.6 , when I hover over the chart there are countless errors in the return function, and tooltip stopped working too, I read several manuals and materials including git...
asked by 04.10.2017 / 14:40