Skip to content
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.

Latest commit

 

History

History
12 lines (9 loc) · 493 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 493 Bytes

fixed-tooltip

JavaScript dropdown library. Makes dropdowns positioned outside overflowed elements. Creates the dropdown at the end of the body, and moves as positioned element next to target. When you have a overflowed container, and You want to use dropdown for any element in this container, this plugin helps You with out.

Usage

$('[data-dropdown]').fixedDropdown();

Options

  • classHidden - Class added to hidden tooltip.
  • classShowed - Class added to showed tooltip.