jQuery(document).ready(function($){ $('.read-more-btn').click(function() { $(this).parent().toggleClass('show-more'); }); });

Fitness