| Server IP : 213.186.33.4 / Your IP : 216.73.216.146 Web Server : Apache System : Linux webm005.cluster103.gra.hosting.ovh.net 6.18.39-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Tue Jul 21 12:03:15 CEST 2026 x86_64 User : karinebmkh ( 644538) PHP Version : 8.4.22 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/karinebmkh/www2/wp-content/plugins/jetpack/_inc/ |
Upload File : |
(function($) {
///////////////////////////////////////
// INIT
///////////////////////////////////////
$(document).ready(function () {
initEvents();
configFixedElements();
});
///////////////////////////////////////
// FUNCTIONS
///////////////////////////////////////
function configFixedElements() {
var jpTopFrame = $('.frame.top'),
jpBottomFrame = $('.frame.bottom'),
$body = $('body');
$body.scroll(function(){
if ( 33 > jpTopFrame.offset().top ) {
jpTopFrame.addClass('fixed');
$body.addClass('jp-frame-top-fixed');
}
if ( 120 <= jpBottomFrame.offset().top ) {
jpTopFrame.removeClass('fixed');
$body.removeClass('jp-frame-top-fixed');
}
});
$( 'table.jetpack-modules', jpBottomFrame ).addClass( 'with-transparency' );
$( '.manage-left', jpBottomFrame ).css( 'width', '' );
$( '.manage-right', jpBottomFrame ).show();
}
function initEvents() {
// toggle search and filters at mobile resolution
$('.filter-search').on('click', function () {
$(this).toggleClass('active');
$('.manage-right').toggleClass('show');
$('.shade').toggle();
});
// Toggle all checkboxes
$('.checkall').on('click', function () {
$('.table-bordered').find(':checkbox').prop('checked', this.checked);
});
// Clicking outside modal, or close X closes modal
$('.shade, .modal .close').on('click', function ( event ) {
$('.shade, .modal').hide();
$('.manage-right').removeClass('show');
event.preventDefault();
});
}
})(jQuery);