Questions tagged as 'jquery'

1
answer

Hover slider Effect with Jquery does not work

I'm developing a web application using html, css, jquery and put an animation like this in my application. link with example of what I wanted in my application But when you hover over the images, the animation does not work and does not...
asked by 31.01.2018 / 15:46
2
answers

Get value entered by the user in the input with jQuery

Hello! It's the following, in my form, I'm trying to get the value entered by the user in the input as follows: // jQuery function teste() { var nome = $("#nome").val(); alert(nome); } // HTML <form method="post" action="#"> <div...
asked by 06.03.2018 / 02:49
1
answer

How does the field update via Ajax?

I have the following question / problem: I have an ajax script that fetches the zip and fills some fields on the screen. One of them is the neighborhood. Next I need to use the result of this field to perform another ajax search. What's ha...
asked by 06.02.2018 / 13:34
1
answer

Jquery validation

I'm trying to solve a validation problem using Jquery, but I can not use the jquery lib itself to do this validation. So far I have managed to do a validation using only jquery, however I came across the following problem, when user does not...
asked by 22.01.2018 / 14:52
1
answer

How to make a scroll with arrows?

I'm working on a project for an application on a touch screen monitor, and I need to make the layout according to the following image. It will be a list of items, within a div for example, and it will have to be a scroll with buttons ac...
asked by 23.01.2018 / 17:19
1
answer

How to save style inline in a variable?

I need to assign to some variable the inline style of a div, before it can be modified: The example below is what I expect to happen, however I can not force 'top', '100px' on the second button but rather retrieve the original value that is...
asked by 23.01.2018 / 18:33
1
answer

Grand total does not add

I am putting together this budget form. Almost everything is perfect. Only the sum total, which by whatever adjustment is not adding up. $(".real").maskMoney({ prefix: 'R$ ', thousands: '.', decimal: ',', affixesStay: true });...
asked by 19.02.2018 / 20:04
2
answers

force a one-button event after deleting log via modal

I want to force a click on the panel after deleting a record via modal. [!] [Description of the Panel] [1]] [1] I need to immediately push the panel button shortly after deleting the file. $('#btnDelteYes').click(function () { var id...
asked by 19.02.2018 / 19:24
2
answers

How to generate event from marking or clearing checkbox with jquery / javascript

I'm trying to generate events from user action in a checkbox list. The idea is simple: Manage the appearance of "divs" content on the screen from the ".toogle ()" jquery method in checkbox in html. The method works for other input elements, s...
asked by 18.02.2018 / 16:31
1
answer

Apply the JQUERY UI Revert Property

I'm having a problem handling jquery library UI. I have the code in the link below.This code provides the creation of clones of the textarea that are dragged to the field / area just below. I'm trying to apply the property (revert) to when the e...
asked by 08.02.2018 / 16:30