I need to add some items together using jquery, how would i go about doing this?
I have.
- 1 item @ £1.00
- 1 Shipping @ £4.05
I need to basically add 1 x 1.00. Then add that total to the shipping so I can display the grand total.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Pretty simple in JS
jQuery isn’t necessary, but might be to output your answer