Questions tagged as 'jquery'

0
answers

Help how to do this effect

link I would like to know how to make these elements float while the page descends ... Does anyone have a simple example? I know you use parallax, $(document).ready(function(){ $('div.bgParallax').each(function(){ var $obj...
asked by 09.08.2015 / 19:19
0
answers

Ajax routine question populating the page itself

Just a doubt. In the ajax URL field, when I work with MVC, I usually place the action / controller. Well, in my case now I have a asp page. What happens is that the ajax is on the same page that I'm going to load. I'm asking this because it did...
asked by 22.09.2015 / 19:48
1
answer

error with input validation

The following code was implemented from a question that I found here in the system $('form input[type="text"]').on('input', function() { var inputempty = false; $('form > input').each(function() { if($(this).val() == '') {...
asked by 26.03.2016 / 22:00
1
answer

smartphone photo in the file HTML field

Colleagues. I have a web-based system developed in PHP and this system is compatible mobile. When I click on the file field, it gives the option to use the camera, but when I take a photo, it refreshes the page and does not appear in the fiel...
asked by 26.03.2016 / 22:52
0
answers

Slideshow lightbox show images by category

Good night, I have the following code that separates the images to be shown in the slideshow by category, I even managed to show the separated images when the user clicks on the category, however, the lightbox is showing all the images and I nee...
asked by 28.03.2016 / 05:32
1
answer

Help for building a json file

arrayPerguntas = [{ bloco: $("#bloco-num").val(), perguntas: [{ numerodapergunta: numeroDaPergunta[0].value, numerodaperguntaSemPonto: retiraPonto(numeroDaPergunta[0].value),...
asked by 29.07.2015 / 23:43
1
answer

Data returning with space

I am making a ajax call with jQuery on a controller in CodeIgniter . The problem is that when jQuery returns me the data, it is coming with some spaces in front of the result, being for example: (ESPAÇO) (ESPAÇO) (ESPAÇO)...
asked by 01.08.2015 / 23:57
1
answer

Return in each getJSON - Jquery

I would like to know the following how do I give return in a function created by me in a situation below. For always returns undefined object, but when I give an alert it returns the normal object. function jjson(url){ var result...
asked by 30.04.2015 / 21:43
0
answers

scrolling problem

I want it when I click the links, it scrolls down. I was able to do this and let him active for each one. I could almost do this, it gets active in almost all but the last. In the latter it gives the scroll effect but does not enter active...
asked by 06.08.2015 / 16:50
0
answers

How to create a Chrome App shortcut on the desktop via script?

I have an app in Google Chrome and would like to put on my site a link that causes me to create a shortcut on the user's desktop. I know you have create by right-clicking and creating shortcut, but I would like a script to do that. In what la...
asked by 05.08.2015 / 13:38