Questions tagged as 'jquery'

1
answer

Synchronize 3 Select with Loading + JQuery / Ajax

Hello, good morning. I'm having my application here in the following question. I have the index.html page, on this page I have a <div> to display loading as per the code below: <div id="loader" style="display: none;"...
asked by 08.10.2018 / 15:06
0
answers

Jquery Ajax - During sending - show date return in real time

I want the user to be able to track the progress of each submission in an application. I have one side, sending via ajax, and with php I perform a foreach for batch sending. For example, select the id 1,2,3,5,7, and press send. I want to show on...
asked by 05.01.2018 / 18:32
0
answers

Embed pdf document and activate scroll to submit

Good morning, I would like to embed a pdf document on my site for a PHP registration form, where after pulling the scroll to the end of the pdf, the submit button is activated. Here's the code, I'm using jquery to fetch the scrool state, but I c...
asked by 22.01.2018 / 12:43
3
answers

How to put a element in Fullscreen [duplicate]

I looked for a little bit about the same in google and most people talk to use position: absolute; z-index:9999; width:100%; height:100%; top:0; left:0; But the code above only works to by in fullscreen inside the window, and that's not w...
asked by 17.01.2017 / 11:54
1
answer

Problems filtering table contents using select

I have a select with the genres "Male" and "Female", when selecting one of these genres, another select is shown with sports modalities and each of these modalities prints a table. I am a beginner in jQuery and need the tables to be filtered a...
asked by 04.05.2018 / 15:08
2
answers

Selecting a Specific Value in Array Jquery

Hello, good morning! I am a beginner in the field and would like (if possible) help in resolving an issue. The user will have a field to select the cities, when selecting, the system will capture the chosen city and will query a database to a...
asked by 24.11.2017 / 13:26
1
answer

Paging of records

I'm trying to create a table inside a modal window that is triggered / opened as the user clicks a button, but due to having too many records it's slow to open so I thought about paging. Could someone show me some example? <!-- INICIO D...
asked by 07.11.2017 / 17:35
0
answers

How to create generic function for different inputs

I have 3 inputs , where each one should use the same autocomplete function. However, each one will query with their respective val() . How do I change the code below, so that this function works "generic" for these inputs...
asked by 30.10.2017 / 21:32
1
answer

Substitute function for jQuery .error () function

I need to know which function to use in place of the .error() function. $('img').error(function() { $('img').attr('src','img/erro.gif'); }); jquery 3.2.1 does not have this function. How can I resolve this?     
asked by 30.10.2017 / 21:12
1
answer

Instagram API returns data on the network but does not return on callback

I have a strange problem and it looks exactly like this: I am consuming the instagram API and this happens the following thing: The return and display of the network tab of the devtools, but in the request callback, is done with XMLHttpRe...
asked by 30.10.2017 / 19:27