Poppers

Snippets

	<p>
		Popper
		<a href="#" class="popper" data-reference="popper_a" data-titles='{"pt":"Titulo"}'>ŗ</a>
	</p>

	<!-- Content for popper . Start -->
	<div class="popper_content" id="popper_a">
		<p>This is the popper's content</p>
	</div>
	<!-- Content for popper . End -->
	
Options
Type Name Value
custom data-reference id
custom data-titles JSON
callback data-callback-initialize function Triggers on initialization
callback data-callback-hover function Triggers on hover
callback data-callback-click function Triggers on clicking
callback data-callback-show function Triggers on showing
Methods

	// Scan poppers
	basekit.components.poppers.scan(scope);
	
Parameters Value
scope null element

	// Initialize poppers
	basekit.components.poppers.initialize(scope);
	
Parameters Value
scope null container popper(s)

	// Close poppers
	basekit.components.poppers.show(scope);
	
Parameters Value
scope popper
Default Popperŗ
This is the popper's content