UNPKG

generator-fe-kit

Version:
16 lines (10 loc) 236 B
(function($) { 'use strict'; // document load event $(document).ready(function() { var $paragraph = $('.js__img-text-link'); $paragraph.dotdotdot({ height: 40 }); }); })(jQuery);