HEX
Server: Apache
System: Windows NT MAGNETO-ARM 10.0 build 22000 (Windows 10) AMD64
User: Michel (0)
PHP: 7.4.7
Disabled: NONE
Upload Files
File: C:/Apache24/htdocs/wp-content/themes/appointment/js/carousel.js
jQuery(document).ready(function(){
jQuery('#carousel-example-generic').carousel({
  pause:"hover",
  keyboard: true
  })

jQuery('#carousel-example-generic a').each(function(){
	  jQuery(this).on('focus', function(){
	  	jQuery('#carousel-example-generic').carousel('pause')
	  })
});
jQuery('a,input').each(function(){
	  jQuery(this).on('focus', function(){
	  	  if(!jQuery(this).closest(".item").length ) {
	  	jQuery('#carousel-example-generic').carousel('cycle')
	     }
	  })
});

});