Pain Relief

A collection page of Jagat Pharma

category
Products
5
Active ads
0
Depth
Published
2021/04/23

About

$(document).ready(function () { $(".content").hide(); $(".show_hide").on("click", function () { var txt = $(".content").is(':visible') ? 'Read More' : 'Read Less'; $(".show_hide").text(txt); $(this).next('.content').slideToggle(500); }); });