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();
}
});
});
Personal Email
Perfect for email using your personal domain.
Only available in English.
- Add a personal touch — use your domain for your email address.
- 1 email address
- 1 GB storage
- Full-featured web interface for desktop and mobile
- Free integrated Calendar and Online Storage
$2.99 / per month