Questions tagged as 'jquery'

2
answers

onClick does not work on ipad

I'm developing the application on windows, but then through the phonegap I'll pass it to an ios application, which uses the IScroll plugin to scroll through my list. Problem: In every li I have a div that has the event o...
asked by 11.06.2015 / 16:07
1
answer

auto complete of ajax inserting values in all inputs

To use an ajax request, to send a number to the server and return information about that number! In case I return two values, they are nome & funcao . So long so good! It works as it should! It sends the information and returns its...
asked by 15.08.2015 / 02:41
1
answer

Ajax query does not work [closed]

Well, a simple query ajax, php and mysql. This same code changed only by the field name works normally on another page. $(document).ready(function(){ $('#email').keyup(function(){ var Email = $(this).val(); var EmailResult = $('#div_mensagem...
asked by 14.08.2015 / 23:22
1
answer

Asp.Net MVC does not execute JQuery after calling Action through "url:"

I need to call an Action using Ajax and so far everything is fine, I make the request as follows: confirm: function () { $.ajax({ url: urlToDelete + id, success: function () { //w...
asked by 15.08.2015 / 00:48
1
answer

Slide gallery one image at a time with BxSlider

I'm trying to create a slide gallery with link I would like the gallery to pass one image at a time and not a group of images. Example that I'm using but would like to CHANGE: link ) Below the code: <script> $(document).ready...
asked by 12.08.2015 / 00:23
1
answer

How to pass parameter of type object to JSonResult

The view always receives the Null object, why? Here is the snippet of the jquery code: var obj = new Object(); obj.TBCOMPOSICAOID = 0; obj.DSCOMPOSICAO = "TESTE"; var TBComposicao = JSON.stringify(obj); $.getJSON("/Composicao/Novo/", { pCompo...
asked by 11.08.2015 / 16:16
1
answer

HttpContext receive jQuery parameter

I'm having a hard time receiving a parameter from a registration form for an .ashx. This is a simple form that will receive cadastral data and upload a resume. The upload script I downloaded from the net and is using jQuery / Ajax and C # / H...
asked by 13.08.2015 / 21:04
1
answer

load Google maps API after onload

I have a system that currently works with google maps api, but I noticed that the site waits for this API to load and then finish loading the page. on the homepage (index.php) I have the tag like this: <!DOCTYPE html> <html> ......
asked by 17.06.2015 / 20:12
3
answers

Collect the instagram tag images for the site

Good evening! I would like to create something like what you can see at the bottom of this page: link Show all the photos that are tagged #taflovessneakers and I would like to do the same for my website Is it a very complex job? I have s...
asked by 03.05.2015 / 01:32
1
answer

Enable Javascript within a Fancybox

I need to make a slideToggle in a Fancybox window. The normal method of catching (elemento).click(functiom(){...}) I know it does not work. I only know that we should use .on() of jQuery but I do not know how to do it and anyone wh...
asked by 01.05.2015 / 19:38