Everything to hand –


16.02.2022
|

Tips & Tricks

Everything to hand

Selecting the right handle is key to the success of a project. Find out which handle would be perfect for you.

<button class="glide__arrow glide__arrow–left text-hide" data-glide-dir="prev

require([‘app/modals’], function (modal) {
modal.modalCarousel();
});

require([‘jquery’, ‘utils/utils’], function ($, u) {
var title = ‘{newsItem.title -> f:format.htmlspecialchars(keepQuotes: 0)}’;

if (u.hasShareAPI()) {
/*share API available, add button*/

var newLink = $(‘Share‘);

$(‘.socialbox.socialbox–100px.socialbox–fb’).before(newLink);
$(‘.socialbox.socialbox–100px.socialbox–mail’).remove();
}
});

Scroll to Top