jQuery(function($){ $('[id*="price-item-click"]').click(function() { var selector = $(this).attr('id').replace('-item-click', ''); var $price = $('#' + selector); var sum = 0; $price.toggle(); $price.toggleClass('price-active'); $(this).toggleClass('price-item-active'); $('.price-active').each(function(){ sum += parseFloat($(this).text().replace(/\D/g,'')); }); if (sum > 0){ $("#total-price-cal").show(); $("#total-price-cal").text("$" + sum + "k"); } else { $("#total-price-cal").hide(); } }); });

Stay organized wherever you are — at home, in the office or on the road.

Only available in English.

  • Ideal for businesses and larger groups
  • Unlimited users, so it grows as needed
  • Integrates with Workspace Email
  • Manage shared meetings & tasks
  • Works with iOS or Androidâ„¢ smartphones
$29.99 / per year