Questions tagged as 'jquery'

2
answers

jQuery "animate ()" does not work

I'm trying to make a relatively basic effect with the jQuery animate, but it just does not work. The effect in question would be to decrease the margin-top for the element to rise slightly. Note: if I enter an alert instead of the animate in the...
asked by 09.03.2018 / 13:23
0
answers

modal over another modal without accepting the shortcut of each other

I have a modal, which opens another modal, so alright, I put a shortcut ctrl + alt + c to cancel, until then, okay, only I want it when I open the second modal, and click on the shortcut Only he closes and not both, is it possible ??? This is...
asked by 08.03.2018 / 17:38
1
answer

JQuery Slide Transition Bug

I'm venturing into the front-end and I have a problem with multiple clicks followed by the side arrows on the slide that I've created, where the user waits for about a second to move to the next slide everything happens right, however, if you...
asked by 14.03.2018 / 13:11
0
answers

Date mask for android

I'm creating a mask in a function in jQuery, but Android does not work. On PC and iOS it works normally. I have already made several attempts that were indicated in the forums, but I did not succeed. The interesting thing that worked before,...
asked by 14.03.2018 / 18:16
0
answers

Conflict bootstrap and jquery

I have a Wordpress site and am having trouble displaying two elements on different pages. In the Home page I have a Select menu with a few options, when selecting one of the options and clicking on the button next, a modal window is shown, which...
asked by 14.03.2018 / 20:35
3
answers

Duplicate code with jquery without refresh and delete text in the form inputs

I'm creating this JavaScript function, it creates a form and adds it to the body of the text in another div, but when I click the button it deletes the content that was already written in the input. <buttononclick="addPergunta(); return f...
asked by 07.03.2018 / 19:42
1
answer

I can not access element (child) but it exists (fullCalendar)

Using the function eventAfterRender I am trying to access a child element that exists, however using the find() function, apparently is not finding . From the console, I can navigate to the child element as follows: [0] (a.fc-time-gri...
asked by 07.03.2018 / 18:39
2
answers

How to save variables generated with Jquery in php?

I have a button that adds inputs onclick and I would like to be able to save or make the desired code in some for for insertion into the database. This is the code onclick $("#add_iframe").click(function(){ var leng...
asked by 07.03.2018 / 17:28
1
answer

Alert via jQuery not working as planned

I need a help! I'm developing a web project, and in it I call jQuery a WCF SOAP test, pretty simple, on a button, and it returns an alert with a value. It's working, but not the way I want it. On the first click nothing appears, the second ap...
asked by 06.03.2018 / 15:10
1
answer

How to add two events in datepicker?

I need to make datepicker events added depending on where they clicked. For example: I need to filter some data by day and I can filter the same data also per month. But with my code, only the month event is working because it is triggered wh...
asked by 06.03.2018 / 14:08