I am facing same issues in my local system. I have only event ticket installed.
$.post(
ajaxurl,
params,
function( response ) {
if ( response.success ) {
obj.parent( 'td' ).parent( 'tr' ).addClass( 'tickets_checked' );
$( '#total_checkedin' ).text( parseInt( $( '#total_checkedin' ).text() ) + 1 );
}
},
'json'
);
Error in tickets-attendees.js?ver=4.2.7:97 file.