erik
Posts: 0
Joined: Sun Mar 18, 2012 6:12 pm

add value of label or input

Hello, if i have 3 mobile label,

ex :

mobile label1 = 5
mobile label2 = 15

and i want to sum that 2 mobile label and put the result in mobile label3

mobile label3 = 20

can you help me?

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

add value of label or input

Use Tiggr(id).val() to get the value from a label, add the values and then set the values with Tiggr(id).val(value).

http://help.gotiggr.com/documentation...

Or you can use jQuery directly as well (without the Tiggr function)

Return to “Issues”