• Catch Riri' Latest Peridot Moments the World's Largest Wedding • Catch Riri' Latest Peridot Moments the World's Largest Wedding • Catch Riri' Latest Peridot Moments the World's Largest Wedding • Catch Riri' Latest Peridot Moments the World's Largest Wedding
• Catch Riri' Latest Peridot Moments the World's Largest Wedding
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
jQuery(document).ready(function($) {
// Target Elementor TOC widget links
$('.elementor-toc__list-item-text-wrapper').parent().on('click', function(e) {
e.preventDefault();
// Get the target section ID from the href attribute
var targetSection = $(this).attr('href');
// Remove the # from the href to get the element ID
var targetId = targetSection.substring(1);
// Get the target element position
var targetPosition = $('#' + targetId).offset().top;
// Adjust for fixed headers if needed (modify this value as needed)
targetPosition = targetPosition - 80;
// Smooth scroll to the section without changing URL
$('html, body').animate({
scrollTop: targetPosition
}, 600);
});
});