Tagged Questions
0
votes
1answer
51 views
sum input values and skip one of them jquery
I have form which is making sum of numbers but i want that middle input to be skipped by jquery for summing... please help with this code here i posting... it surely must be inupt tag because it sends ...
0
votes
2answers
41 views
Total sum of values from td element (from different classes element)
How can I sum 2 different (class elements) total values?
Example: http://jsfiddle.net/x7QuB/
var total_listed=[0,0];
var total_sold=[0,0];
$(document).ready(function(){
var ...
0
votes
2answers
69 views
Jquery to total up lines on dynamically generated tables
I have some code that appends new table rows when data is inserted into an existing row.
You can see the code in action here.
On entering a product, the new row is appended to the table with a ...
0
votes
2answers
101 views
Dynamically adding the sum of field in Jquery
I'd like to add the sum of hours in a week using jquery from a table, when text fields change the total in div total_amount should be updated, but it doesn't seem to be working.
$(function() {
...
0
votes
1answer
124 views
real time sum with two input radio button and href using jquery
I want to summing 2 input from button and href. this is code that I have
this is HTML CODE
<a id="add1" class="thumbnail" alt="100000" href="">one</a>
<br>
<a ...
-3
votes
1answer
99 views
Javascript sum not returning correct value
I am working on a code to calculate the total minutes based on a table of Hours minutes and seconds.
I have been eating my nervs and can't figure out why the values are wrong, the hour field get's ...
0
votes
3answers
287 views
jQuery Sum array
I want to get the total and a average from a number of rides.
Now i'm Stuck with this now the whole day, first i tried it with span's around it but i thought maybe with a array is better, hope ...
0
votes
1answer
47 views
Sum multiple values in a TD
I want to get a total and average of some values.
But i'm already stuck on starting a jquery,
this is because the values i want are in the same table.
Can somebody help me to start with this
My ...
0
votes
2answers
84 views
JQuery gather Sum of values inside each nested section
I am creating a task list with Parent and Child tasks. They are laid out in an ordered list and are nested many levels deep, so a parent task can have child tasks and parent tasks inside as well.
...
0
votes
0answers
378 views
Gridview Column Sum with Javascript or Jquery And Popup Message
I hope I can ask my question correctly and stackoverflow accepts my question :)
I have a gridview on my nestedpage in an updatepanel. I am adding values and editing or deleting them. There is no ...
2
votes
1answer
88 views
Get sum of margin and height with jQuery
I want to get sum of margin-top size and height of another layer.
the margin-top of .nav1 is 30px and the height of .main is 28px
I use this code:
$('.nav').css('margin-top').replace('px', '') + ...
3
votes
1answer
70 views
jquery how to add values from multiple nodes with a class, and output final value?
http://jsfiddle.net/7Upk7/
I am simply trying to some how add multiple values, and append the answer in a specified node.
So for example I am trying to add all the values of td.add-hour and output ...
4
votes
1answer
91 views
jQuery: Access sum of a string of numbers with specific date and text
I have this string:
var result = " / 07-09-2012 73 ABC / 11-09-2012 195 DEF/ 03-09-2012 95 / 04-09-2012 188 ABC / 31-10-2012 72 / 18-09-2012 205 / 26-09-2012 244 ABC / 14-09-2012 86 / 20-09-2012 92 ...
0
votes
3answers
115 views
MySQL: SUM(column) always returns null when parsed with JSON
I'm trying to retrieve a sum of a column and parse it with JSON.
To retrieve the sum I use:
SELECT SUM(price) FROM `Fuelconsumption` WHERE `date` like '%09-2012%'
When I use this command into my ...
5
votes
9answers
315 views
jQuery: Sum of all data appended with specific date
I retrieve some data off an API and I append it as such:
if (jsontext == '[]') {
return false
} else {
var newTr = '';
for (var i = 0; i < json.length; i++) {
newTr += (' / ' ...
0
votes
2answers
192 views
how to sum values of selected options using jquery?
Hello i have 3 selectors , all selectors have some options with some values , how to sum all values of selected options ?
<select name='anch1'>
<option value='10'>10 ++</option>
...
3
votes
10answers
251 views
Sum two values in javascript
this I think will be stupid question, but here it goes.
I need to dynamically add a div and give it ID + 1 depending on last added div's ID of previously added element.
the div is
<div ...
-1
votes
2answers
163 views
how to sum div class ID's when checkbox:checked with jquery or similar?
Thats it, how can I sum, some div class ID's when checkbox:checked with jquery?
Everytime I check a checkbox, I should be able to sum some ID's that came from some query that are related to each ...
0
votes
2answers
154 views
How do I sum the a table column when the td contains text lables?
I am trying to sum the values of a column within a table and put that sum into another html field. The challenge I'm running into is the values in the TD cells are simple text labels. ...
0
votes
3answers
130 views
jquery checkbox if cheked raise all id values
i get some question how to make if checkbox with id='paysms' is cheked , raise all element's sum with id='value' , else default value.
here is the code.
<table class='table'>
<tr>
<th ...
4
votes
4answers
162 views
Javascript sum of highest 6 values in an array
I have an array of roughly 10 values, and I was wondering if there was any way with JS or JQuery to add up the highest 6 values and get a total.
0
votes
2answers
122 views
jquery if checked all sum x2
I have some problem with sum
example:
if checkbox with id='sms' is checked total sum x2 else x1
<form>
<input onclick="clickCh(this)" type="checkbox" value="1.00"> $1.00<br>
...
1
vote
1answer
103 views
Adding ledger totals in multiple TDs
This code generates a ledger. I narrowed it down to the minimum. By clicking a plus sign it adds an additional row to the ledger.
I'm looking to add each total of the variable newAmount and locate ...
1
vote
5answers
2k views
JQuery: form to calculate total of input fields… but several instances of this form on the same page
I've spent more than 20 hours on Stackoverlfow to find a solution to my problem (trying to combine different solutions), but I'm still stuck and definitely need your help!
Basically, I have a simple ...
2
votes
2answers
307 views
jQuery selector with sum
I didn't know a good title for my problem, this is why I didn't search.
My problem is the following:
I have a HTML code, for example:
<input type="text" id="product_qty_1" value="12" />
...
1
vote
2answers
68 views
jQuery - How to get two .text to work?
This has managed to blow my mind over the past 4 hours, I just can't get it to work!
I have two functions replacing '.cd_price'. When you select B&W it works, but then when you change ...
1
vote
2answers
439 views
jQuery - Generate prices from selection, dynamically sum column, post total amount form
what I would like to create is a table with:
selection of country [when selected it generates the description in shipment-field and the respective price in the price-field]
fixed product name and ...
0
votes
1answer
139 views
jquery two different values to sum up but how?
I'm having trouble to sum two different kinds of values. I have one value that I get from a json request like so:
function bakVormShipping(targetClass){
...
0
votes
1answer
304 views
Update sum when checkbox checked jquery
Here: http://jsfiddle.net/justeric/AWC4U/4/ checking a box will sum all entries in the textfield column and subtract that sum from 100, then it will place the difference in the corresponding ...
0
votes
3answers
244 views
Jquery How to sum in a radio button
I'm trying sum many values from radio buttons, but I'm with some problems in my logical thinking,
I put my source code here to a better visualization.
so, for exemplo I have the product_price = ...
1
vote
2answers
2k views
jqGrid sum a column in JS when column as null and “” values
I found a nice way to sum a jqGrid column in javascript in this post, like this:
var total = $('#grid_id').jqGrid('getCol','col_name',false,'sum');
This is great, but the problem I am having is ...
-2
votes
2answers
536 views
Simple jquery sum
I have unknown number of input fields, having class "add" I just wants to sum these with jquery, dont know where I am wrong.
<input name="add" class="add" type="text">
<input name="add" ...
0
votes
1answer
123 views
Maths using javascript and multiple html fields
I have a script that dynamically creates a table with a varying number of columns and rows based on a db query.
This is done twice, on two different db tables.
I have a row at the bottom of each table ...
3
votes
2answers
3k views
How to sum radio button values using either Javascript or jQuery?
Suppose I have 3 radio buttons with different values for each radio button and one textbox which would then display the sum of every radio button that is checked. Which Jquery or Javascript event ...
1
vote
2answers
3k views
sum values of a javascript array?
I have looked at a lot of different varriations of this question but i cant seem to find one that is particular to what i am doing.
I have input fields that are dynamicaly created by a php/mysql ...
0
votes
3answers
332 views
jQuery sum of all class text as numbers
I'm looking to sum up all text as numbers inside the class called "sent" but when I alert the below code it gives output of zero:
var sum = 0;
var thedate = $(".date:contains('15th ...
1
vote
3answers
780 views
Javascript/ jQuery solution to sum values from drop down lists in form
Im just learning the ropes with javascript and jQuery but cant get my head around this. I have 3 drop down menus with a few products in them and each has a different value. All I want to do is have ...
0
votes
1answer
377 views
Sum table row text fields with running overall total in text field
I'm new to jquery and have searched many answers here but have not been able to come up with a workable solution.
Demo of my problem is here: http://jsfiddle.net/kauhikoa/mXNU3/1/
Getting the ...
0
votes
1answer
471 views
JQuery Sum Text Input Values If Select Dropdown Value Equals DIV Value
My Example on JSFiddle
I am trying to sum values from a table based on check numbers that can be selected in a select box. Here is what I have so far - If someone could please point me into the right ...
1
vote
2answers
573 views
Jquery sum multiple rows of multiple drop down feilds
I found some really good sum row, sum column of drop down examples, but nothing on sum row and grand total of drop downs. I'm not very good at Jqueary but learning.
I have many rows of dropdowns for ...
1
vote
7answers
3k views
Jquery math sum method
I need to sum some money value, i have this html
<div class=''>54,44</div>
<div class=''>34,10</div>
<div class=''>44,00</div>
<div ...
0
votes
3answers
137 views
Adding the values of form elements
I'm having a difficulty adding form elements together. If you could check out my code and fill me in on what I'm doing wrong, I'd greatly appreciate it. Here is a jsFiddle link of the code also: ...
2
votes
2answers
1k views
jQuery - Retrieve values from HTML elements and return their sum
I got a form with several checkbox's where the user can choose multiple values, like so:
<div>
<input id="myinput1" type="checkbox" value="choice_id_1" />
<label ...
1
vote
3answers
2k views
Jquery: sum input text fields
I have a table including input text fields with the basic structure below. I am having trouble building a function to iterate all rows in the table and sum all the values of input fields beginning ...
0
votes
1answer
542 views
sum and mulitply series of input and select fields in form with jquery
I need help with this problem. I have one form which has several input and select fields. I need to mupltiply value from each corresponding select field with input filed and sum it all up. sel1*inp2 + ...
0
votes
3answers
1k views
jquery javascript checkbox radio calculate sum of values complex form objects
how to calculate sum of values checkboxes, radios to input type=text name=totalSum
<script type="text/javascript">
$(function(){
$("table input:checkbox").click(function(){
if ( ...
0
votes
1answer
2k views
jQuery: How do I sum a column of numbers with commas?
I used the following function I found online and it works perfectly. However, when my user later asked for commas to be included in the numbers, it broke. It only adds the numbers preceding the comma.
...
4
votes
1answer
3k views
sum all input elements in jquery
Trying to figure out how to write a jquery formula that will sum all input fields that begin with "pull" on keyup... I'm trying the code below, but nothing happens... No errors, and no updates ...
0
votes
1answer
992 views
Jquery: Adding multiple values to textboxes (round two)
I don't think I explained myself as best I could last time, so I'm going to give it another shot. From the following code:
<div id="addons" class="grid_12 omega">
<div class="addon">
...