Skip to content
This repository was archived by the owner on Oct 13, 2022. It is now read-only.

waly-k/jqBullseye

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bullseye jQuery Plugin

Demo

Installation

Download de plugin JS en CSS. Zet deze neer waar je wilt en include ze op de pagina waar je ze wilt gebruiken. Let op: Voordat je bullseye aanroept, moet je jQuery aanroepen.

Parameters

Property: value Explanation
top: n Where n is a number. Determines bullseye position from top.
right: n Where n is a number. Determines bullseye position from the right.
bottom: n Where n is a number. Determines bullseye position from the bottom.
left: n Where n is a number. Determines dot position from the left.
heading: "Hello World" Determines heading content in tooltip.
content: "This is content" Determines paragraph content in tooltip.
orientation: "top" Determines tooltip orientation. Default value is "top", also accepts "left", "right" and "bottom”.
color: "#ee2200" Determines dot and dot animation color. Accepts any valid HEX value and reverts to default if HEX value is invalid.

Syntax

$(‘.yourElement’).bullseye({
	top: 10,
	right: 0,
	heading: "Hello",
	content: "World"
});

About

Bullseye, a jQuery plugin.

Resources

License

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors