// Maskowanie numerow telefonow, kodu pocztowego itp.
jQuery(function($) {
	$("#customers_telephone").mask("(099) 999-99-99");
	$("#customers_cellphone").mask("+48 999-999-999");
	$("#customers_fax").mask("(099) 999-99-99");
});