Questions tagged as 'jquery'

2
answers

Show and delete fields and according to checkbox field selected?

How do I make these rules work in Checkbox? When Selected "outsourcing" Shows "divOutsourcing", When Selects "Audit" Shows "divAuditoriaOptions", When Selects "Consulting" Shows "divConsultingOptions" Remembering that the same options hav...
asked by 10.05.2017 / 21:05
1
answer

Conflict between a Jquery call and a js file

I have a problem in a function using Jquery and a file that I call inside my html that are conflicting, it is only working one, I tried using jQuery.noConflict () but apparently it did not work, I do not know how to use it correctly follows the...
asked by 05.05.2017 / 13:27
2
answers

Problems with NaN Jquery

Good night, I'm trying to generate the result by multiplying the values of these textbox * span values, however he accuses the value is not a number, I would like to understand which implementation I'm doing wrong. Fiddle: link HTML...
asked by 05.05.2017 / 04:22
1
answer

Input animation in Jquery background

Dear, I would like to do the following. I have two buttons, one interferes with the value of the other. When one field changes I want the other field to gain a background and it comes back with the background to normal, with a certain animati...
asked by 05.05.2017 / 15:26
2
answers

Adding values from a TD with javaScript

Good afternoon, I have a script that helped me do it right here, which creates a table after reading information from a textarea. After the table is ready I wanted to sum the values from one of the table columns. I can even calculate the total w...
asked by 08.05.2017 / 22:58
0
answers

Place local .txt file within a local page

Eae, people. I want to tell you first that I do not handle a lot of java and these types of code, so I already hope I do not have answers, but come on. Next, what I need to do, for a project, is to use the text that is inside a ".txt" file and p...
asked by 09.05.2017 / 04:23
2
answers

Repeating items JQUERY

Good afternoon guys, There was a problem, I had a doubt about the sum system with JQUERY, but I would like you to analyze what is wrong with my code because of the error (NaN) with multiple text boxes, what I did is that php generates type a...
asked by 03.05.2017 / 18:43
1
answer

Error adding column with dynamical table in Jquery, with dblclick?

I have a dynamic table with data extracted from the database, and I make changes to values and maturities dynamically without problems, but at the end of the table I created a <tr><td cols="4">valor total da coluna</td></...
asked by 19.05.2017 / 20:16
1
answer

How do I show a php error in jQuery?

I have one (.html), one (.php) and my jQuery. In my jQuery (I am sending the information to (.php) do the CRUD and etc. The transactions are occurring quietly, however, they are not displaying error messages of type ("Person_id field can n...
asked by 02.05.2017 / 16:08
1
answer

Simulate click on a compiled template

I'm having problems assigning a click event to a previously compiled external template, follow the code ... Policy angular.module('testeFuncoes').directive('fechaMenu', function($templateRequest, $compile) { return { link: func...
asked by 02.05.2017 / 19:56