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();
}
});
});
Email Ultimate Business
Maximize your business email.
Only available in English.
- Plug in to your email from anywhere — smartphone, tablet, Web browser, desktop client — and have what you do on one device automatically show up on all.
- 1 user plan includes 5 email addresses
- Unlimited storage
- Full-featured web interface for desktop and mobile
- Fully synchronized email on mobile and desktop with IMAP
- Free integrated calendar with each mailbox (1st year only)
- Free online storage (1st year only)
$7.19 / per month