[jQuery] Addition on Strings

[jQuery] Addition on Strings


i have a table that gets populated with a row like this based on an
event
name | color | size | price
the price format is e.g 30.00
when a new line with a price is added i want the subtotal to be
calculated using jquery
how can i achieve this?