Toppik | How To Use
Resultaten Toppik
Bekijk hier vele resultaten van Toppik en hoe dit mensen hun leven in positieve zin heeft veranderd!
Voor
Na
“It was a great overall experience. I’m over 40 with thinning hair and bald spots but was never ready to go bald. Toppik gives me options. My confidence is raised considerable.”
Voor
Na
“Love it!!! It really makes my hair feel full and beautiful. I highly recommend this product to everyone this product everyone that wants fuller hair and more confidence”
Voor
Na
“I felt pretty and sexy wearing my own hair out. My boyfriend was able to run his fingers through my hair as opposed to wearing wigs even to bed.”
Voor
Na
Honestly they [Toppik Fibers] made me more confident and I actually stopped wearing hats for the first time in a long time.
Voor
Na
“Loved Toppik. Was very easy to use, looks very natural and makes me feel like I have fuller hair. Also makes me feel much more confident, which is wonderful!”
Voor
Na
“Since I discovered Toppik, I can wear ponytails, I can side part, pull it back, whatever. I never thought there was an instant solution. Wearing Toppik and not having to be concerned about my thinner areas just makes me all the more confident.”
Voor
Na
“I love the product! I use it daily, and don’t see myself ever stopping. It’s so affordable, not damaging, and easy to use.”
Voor
Na
“My overall experience was great and different. It covers all my little receding hairline and bald spots which makes me look 10 times younger”
Voor
Na
The fibers are amazing the best was on days when I didn’t wash my hair, the fibers remain in place and I didn’t use any product that day
// JavaScript Document
var _masterFilter = "";
$(document).ready(function () {
//fancybox popups
$(".fancybox").fancybox();
$(".pic_details a").fancybox({ closeBtn: false, fitToView: false, wrapCSS: 'nowrapper', padding: 0, width: 700, maxWidth: '96%', height: "auto", autoSize: false, closeClick: false, scrolling: 'no', helpers: { overlay: { locked: false, css: { 'background': 'rgba(0,0,0,.8)' } } }
});
// external js: isotope.pkgd.js
// init Isotope
var $grid = $('.grid').isotope({ itemSelector: '.hair_item', layoutMode: 'fitRows' });
// filter functions
var filterFns = { // show if number is greater than 50 numberGreaterThan50: function () { var number = $(this).find('.number').text(); return parseInt(number, 10) > 50; },
// show if name ends with -ium
ium: function () { var name = $(this).find('.name').text(); return name.match(/ium$/); }
};
// bind filter button click
$('.filters-button-group').on('click', 'button', function () {
var filterValue = $(this).attr('data-filter');
if ($(this).is('.is-checked') == false) {
// use filterFn if matches value
filterValue = filterFns[filterValue] || filterValue;
if (_masterFilter == '*') { _masterFilter = ''; }
if (filterValue == "*") { _masterFilter = "*"; }
//else { _masterFilter = (_masterFilter =='' ? filterValue : ', ' filterValue );}
else { _masterFilter = filterValue; }
}
else {
_masterFilter = _masterFilter.replace(filterValue, '');
}
_masterFilter = _masterFilter.replace(', ,', ', ');
_masterFilter = _masterFilter.replace(', ,', ', ');
if (_masterFilter.trim().startsWith(',')) { _masterFilter = _masterFilter.trim().substring(1).trim(); }
if (_masterFilter.trim().endsWith(',')) { _masterFilter = _masterFilter.trim().substring(0, _masterFilter.trim().length - 1).trim(); }
_masterFilter.trim();
console.log('using: ' _masterFilter);
$grid.isotope({ filter: _masterFilter });
});
$('.clear_all').click
(
function () {
var $this = $(this);
window.setTimeout(function () { $this.removeClass('is-checked'); }, 30);
$('.clear_all').removeClass('is-checked');
$('.button-group button').removeClass('is-checked');
}
);
// change is-checked class on buttons
$('.button-group').each(function (i, buttonGroup) {
var $buttonGroup = $(buttonGroup);
$buttonGroup.on('click', 'button',
function () {
if ($(this).is('.is-checked')) { $(this).removeClass('is-checked'); }
else { $(this).addClass('is-checked'); }
}
);
});
});
function InitModal(e) {
var $e = e || event;
var sender = $($e.currentTarget);
$('#popup h3.name').html(sender.data('name'));
$('#popup p.testimonial').html(sender.data('testimonial'));
$('#popup span.gender').html(sender.data('gender'));
$('#popup span.hair_color').html(sender.data('hair_color'));
$('#popup span.hair_type').html(sender.data('hair_type'));
$('#popup span.hair_concern').html(sender.data('hair_concern'));
$('#popup img[alt="before"]')[0].src = sender.parent().find('img[alt="before"]')[0].src;
$('#popup img[alt="after"]')[0].src = sender.parent().find('img[alt="after"]')[0].src;
}
// MOBILE TOGGLE
$('.mobile_toggles').hide();
$('.mobile_filter header').click(function () {
$('.mobile_toggles').slideToggle();
});