⏪⏪<\/strong><\/span><\/u><\/span><\/u><\/a><\/span><\/p>⭐ Get 10% Flat Discount On All Medicines Use Coupon Code SALE10 ⭐<\/span><\/p>Save instantly on your next purchase at Norxworld.com! Enjoy a flat 10% discount on all medicines by applying the coupon code SALE10 at checkout. Whether you’re buying pain relief, muscle relaxants, or any other medication, this exclusive offer helps you save more while getting fast, secure delivery right to your door. Don’t miss out—shop now and use SALE10 for great savings on quality medicines!<\/span><\/strong><\/span><\/span><\/span><\/p> `);
setupCancelClickEvent(); // Set up the cancel click event
});
}
// Function to set up the Cancel click event
function setupCancelClickEvent() {
$('#cancel-read-more-907293').on('click', function(e) {
e.preventDefault();
$('.user-score-section').show();
$('.feacture-opp-user').show();
$('.givsum-score-profile-expand.about-margin-top').css('height','336px');
$('.about-section').removeClass('about-margin-top');
$('.span-texts').css('margin-left', '4%');
// Revert to original truncated text and See More button
$('.fr-view.about-fr-view').html(`See More`);
setupSeeMoreClickEvent(); // Re-bind the click event for the See More button
});
}
// Initial setup of the See More click event
setupSeeMoreClickEvent();
});