HEX
Server: Apache
System: Linux info 3.0 #1337 SMP Tue Jan 01 00:00:00 CEST 2000 all GNU/Linux
User: u106391720 (10342218)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /homepages/34/d890102484/htdocs/wp-content/plugins/toolbar-extras/assets/js/tbex-selectall.js
jQuery(document).ready(function ($) {

	$(document).ready(function () {
	    $('#selectall').click(function () {
	        $('.tbex-selectall').prop('checked', this.checked);
	    });

	    $('.tbex-selectall').change(function () {
	        var check = ($('.tbex-selectall').filter(":checked").length == $('.tbex-selectall').length);
	        $('#selectall').prop("checked", check);
	    });
	});

});