SELECTIE VERFIJNEN

anal toys
<script>
jQuery(document).ready(function() {
const vodaDiv = jQuery("#voda");
const vodaContent = vodaDiv.html();
const maxLength = 300;
const minLength = 100;
if (vodaContent.length >= minLength && vodaContent.length > maxLength) {
const shortVoda = jQuery("<div class='short-voda'>" + vodaContent.substr(0, maxLength) + "...<button class='read-more'>Lees meer</button></div>");
const longVoda = jQuery("<div class='long-voda'>" + vodaContent + "<button class='read-less'>Lees minder</button></div>");
vodaDiv.html(shortVoda);
jQuery(document).on('click', '.read-more', function() {
vodaDiv.html(longVoda);
});
jQuery(document).on('click', '.read-less', function() {
vodaDiv.html(shortVoda);
});
} else {
vodaDiv.html(vodaContent);
jQuery(".read-more, .read-less").hide();
}
});
</script>
<style>
</style>
<script>
jQuery(document).ready(function() {
// Loop through all the child elements and add styles to h and p tags
jQuery('#futa').children().each(function() {
// Check if the child element is an h tag
if (this.nodeName.startsWith('H')) {
jQuery(this).css({
'background-color': 'blue',
'padding': '10px'
});
}
// Check if the child element is a p tag
if (this.nodeName === 'P') {
jQuery(this).css({
'background-color': 'blue',
'padding': '10px',
'margin': '10px 0'
});
}
});
});
</script>
<style>
.read-more {
background-color: #946f00;
color: white;
padding: 8px 30px;
border-radius: 20px;
display: inline-flex;
align-items: center;
margin-top:5px;
}
.read-more::after {
margin-left: 5px;
}
.read-less {
background-color: black;
color: white;
padding: 8px 30px;
border-radius: 20px;
display: inline-flex;
align-items: center;
margin-top:5px;
}
.read-less::after {
margin-left: 5px;
}
</style>
Geen producten gevonden die aan je zoekcriteria voldoen.


