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

Welcome to WordPress. This is your first post. Edit or delete it, then start writing!