Current File : //home/getxxhzo/emdadcse.com/wp-content/plugins/powerkit/assets/js/_scripts.js
/**
 * Global Powerkit Scripts
 */

jQuery( document ).ready( function( $ ) {

	// ToolTip.
	$( '.pk-tippy' ).each(function( index, element ) {
		tippy( element, {
			arrow: true,
			interactive: true,
			placement: 'bottom',
			content: $( element ).find( '.pk-alert' ).html()
		});
	});

} );