# easy-elements/1.4.0/widgets/testimonials-grid/js/testimonial.js

Easy Elements for Elementor – Addons &amp; Website Templates, version 1.4.0. 12 lines.

- Page: https://pluginprobe.com/plugins/easy-elements/1.4.0/code/widgets/testimonials-grid/js/testimonial.js
- Raw: https://pluginprobe.com/plugins/easy-elements/1.4.0/raw/widgets/testimonials-grid/js/testimonial.js
- Modified: 2026-04-05T12:00:22+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/easy-elements/1.4.0/code/widgets/testimonials-grid/js/testimonial.js#L10-L20`.

```javascript
(function($){
    "use strict";
    $(document).ready(function(){
        $('.eel-testimonial-more-btn').on('click', function(e){
            e.preventDefault();
            $('.eel-hidden-testimonial').removeClass('eel-hidden-testimonial');
            $('.elementor-element').removeClass('testifull-overlay');
            $(this).hide();
        });
    });
})(jQuery);

```
