Questions tagged as 'jquery'

1
answer

jQuery event without user interaction

I am accessing the MySQL database and giving a select in a table that will return several ddd's and phones, with this data I'll send to a server via get or post using jquery with ajax. The problem is that it will not have user interaction, it wi...
asked by 02.04.2015 / 14:15
1
answer

Migrate template to bootstrap

I have a responsive template that repeats some components, which are at the top and bottom. The problem that the top components do not click (buttons) when they are responsive, that is, I decrease the screen of the browser simulating a cell phon...
asked by 31.03.2015 / 13:39
0
answers

How to make continuous cycle2 carousel without pause?

I'm using the first example of this link page, but I do not want you to have this break in transition. I would like you to keep passing the images straight, without pausing. Is it possible to do this or do I have to choose another plugin?    ...
asked by 02.04.2015 / 15:19
1
answer

Jquery select all elements that contain the data-id attribute [duplicate]

Hello, I would like to know if there is any way to find all elements on a page that contain the data-id attribute, just like I can when I want to get a native HTML tag. for example, if I run in the DOM of Google Chrome the code $('div...
asked by 24.03.2015 / 18:17
1
answer

Use Ancora and refresh the page with Javascript

Good morning, I have a html with several tabs, when I do some procedure, I need to refresh the page, when I come back from the upload, I need to go back to the tab where I left. I added some anchors, like id of my tabs:      <div id="ab...
asked by 24.03.2015 / 14:39
0
answers

cHow to optimize a request made in ajax using jquery in a json file

I have this question: how to optimize my ajax requests in jquery? I have an application that uses the api of google maps, and in this to show the markers on the screen I use jquery to perform the ajax requests, follow my request code: funct...
asked by 23.03.2015 / 21:14
1
answer

Adding jquery lightbox to a mapped image

I have an image that I am mapping and I want to put a link in some points, but by clicking on these points I want to open a window using some jquery plugin (lightbox type), to give a better effect, see the code that I am using: <img class="...
asked by 23.03.2015 / 15:15
0
answers

Stop scope until change input value

I have a form, where a captcha is valid via json: $.getJSON('?verify&string=' + captcha, function( content ){ if(content.comparation){ $("#tokenCaptcha").val(content.token); }else{ complete = false; } }); Afte...
asked by 17.03.2015 / 19:00
0
answers

Doubt in the Jquery Filer plugin

I'm trying to use this very cool upload plugin I found, Jquery Filer 1 I just can not do 2 things in it. See if you can help me. 1- When I click the trash button on the thumbnails of the photos it removes the photo, I could not find a wa...
asked by 18.03.2015 / 13:00
3
answers

Error selecting select text

Good evening, everyone. I have a select that lists the cities of the respective state. I'm using this code to select a city from the list: $('#txtCidades option').removeAttr('selected').filter("[text=São Lourenço da Mata]").attr('selected', "s...
asked by 19.03.2015 / 23:25