(function($) { $(document).ready(function() { var read_more_text = 'Read More'; $('.more-link').html( read_more_text ); }); })(jQuery);