Questions tagged as 'jquery'

1
answer

change CSS keyframe via jQuery

I'm trying to change a keyframe CSS , actually do an update, but I'm not getting concatenar variables CSS to javaScript . The ideia , in fact, is neither change. But, inserir no final do keyframe lines c...
asked by 25.10.2017 / 12:06
1
answer

How to handle xml return in Jquery

I am making an Ajax request for a PHP page that returns me several XML data. If I make a simple recovery code by directly opening the PHP page, of course, however, I'm requesting another page that calls the data from another PHP via Ajax with Jq...
asked by 17.10.2017 / 07:05
1
answer

change the element when it reaches the top

I'm trying to make this code to change the element when it reaches the top, the element will stay fixed until the next one hits the top. HTML <p> elemento A </p> <p> elemento B </p> <p> ele...
asked by 16.10.2017 / 21:59
1
answer

Error in wordpress JQMIGRATE: Migrate is installed, version 1.4.1

This popping up error JQMIGRATE: Migrate is installed, version 1.4.1 on my worpdress site only when I use Google chrome browser. In the mozilla and in the edge the site works normal and the scrolling effect as well. Already in chrome and does no...
asked by 26.10.2017 / 13:31
1
answer

Mouse click on TR of the table does not trigger the last td

Below I have a row in a table. This line can be marked by clicking anywhere on it with the mouse by triggering a click event. But specifically in the button, I do not want the javascript event to fire. Because the way it is never trigger the...
asked by 26.10.2017 / 15:10
0
answers

Load function after loads of all screen functions

How do I perform a function after running all screen functions? I have a screen that needs to be completely filled up so that I invoke a field fill function. The function: $(document).ready({ if(pPimId) { $.ajax({...
asked by 16.10.2017 / 13:33
1
answer

Enable link after update in Database

I need to have the admin of the virtual store after enabling the store by the manager, the link in the site is enabled automatically. See: And on the site when the store is disabled in the manager, the message: Come back soon. Not much...
asked by 02.11.2017 / 15:00
1
answer

Elements with display: none continue to occupy space in div

I have a set of elements in which I put a class to leave as display: none and display only when you click a button. However, the elements are still occupying the space in the div even though they are invisible, it is as if they were visibility:...
asked by 02.11.2017 / 15:07
2
answers

Searching and displaying results in select

I have two fields, an "input" and a "select", I wanted that when I started typing a user name in the input automatically the select options would be populated with data coming from the DB related to what I am typing similar names).     
asked by 10.10.2017 / 19:55
0
answers

Error in div view with jquery

Good morning guys over stack I have the following problem. I try to display content on the screen, some of this content gets duplicated. arrayObjCat9 = []; $(".form-group").find('*').each(function() { var id = $(this).attr("id");...
asked by 10.10.2017 / 15:27